Fix qt5_use_modules build error

"The first argument to qt5_use_modules must be an existing target."
This commit is contained in:
Marcel 2017-10-02 00:13:35 +02:00 committed by GitHub
parent 1e242d3f18
commit e731903d6f

View File

@ -348,5 +348,3 @@ endif()
target_link_libraries (nheko ${NHEKO_LIBS})
endif()
endif()
qt5_use_modules(${PROJECT_NAME} Widgets)