1
0
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:
Uwe L. Korn
2014-09-19 18:43:52 +01:00
parent d6b4724264
commit 935309000f

View File

@@ -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)