1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-22 13:43:11 +02:00

Fix build with Qt 5.11_beta3 (dropping qt5_use_modules)

This commit is contained in:
Andreas Sturmlechner
2018-04-17 13:09:25 +02:00
committed by Dominik Schmidt
parent 00f602e102
commit 34c1f88171
12 changed files with 26 additions and 34 deletions

View File

@@ -24,4 +24,4 @@ set_target_properties(
PROPERTIES
AUTOMOC TRUE
)
qt5_use_modules(kdsingleapplicationguard Core)
target_link_libraries(kdsingleapplicationguard Qt5::Core)

View File

@@ -25,6 +25,4 @@ set_target_properties(
PROPERTIES
AUTOMOC TRUE
)
qt5_use_modules(qtcertificateaddon Core Network)
target_link_libraries(qtcertificateaddon Qt5::Core Qt5::Network)

View File

@@ -73,11 +73,6 @@ ADD_LIBRARY( qxtweb-standalone STATIC
${sources}
)
target_link_libraries( qxtweb-standalone
${QT_LIBRARIES}
)
qt5_use_modules( qxtweb-standalone Network )
target_link_libraries( qxtweb-standalone Qt5::Network)
set_target_properties( qxtweb-standalone PROPERTIES AUTOMOC TRUE )