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

Switch CMake policy CMP0023 to NEW

This commit is contained in:
Dominik Schmidt
2018-10-30 20:15:18 +01:00
parent 9327204c78
commit 1ab3ed9f93
7 changed files with 19 additions and 19 deletions

View File

@@ -71,6 +71,9 @@ ADD_LIBRARY( qxtweb-standalone STATIC
${sources}
)
target_link_libraries( qxtweb-standalone Qt5::Network)
target_link_libraries( qxtweb-standalone PUBLIC
Qt5::Network
)
set_target_properties( qxtweb-standalone PROPERTIES AUTOMOC TRUE )