mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Remove unused link_libraries
This commit is contained in:
@@ -10,14 +10,7 @@ set_target_properties( tomahawk_test_musicscan_bin
|
|||||||
RUNTIME_OUTPUT_NAME tomahawk-test-musicscan
|
RUNTIME_OUTPUT_NAME tomahawk-test-musicscan
|
||||||
)
|
)
|
||||||
target_link_libraries( tomahawk_test_musicscan_bin
|
target_link_libraries( tomahawk_test_musicscan_bin
|
||||||
# ${TOMAHAWK_WIDGETS_LIBRARIES}
|
|
||||||
# ${TOMAHAWK_PLAYDARAPI_LIBRARIES}
|
|
||||||
${TOMAHAWK_LIBRARIES}
|
${TOMAHAWK_LIBRARIES}
|
||||||
# ${OS_SPECIFIC_LINK_LIBRARIES}
|
|
||||||
# ${QT_LIBRARIES}
|
|
||||||
# ${MAC_EXTRA_LIBS}
|
|
||||||
# ${ECHONEST_LIBRARIES}
|
|
||||||
# ${TAGLIB_LIBRARIES}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
qt5_use_modules(tomahawk_test_musicscan_bin Core Gui Network Widgets)
|
qt5_use_modules(tomahawk_test_musicscan_bin Core Gui Network Widgets)
|
||||||
|
Reference in New Issue
Block a user