1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 04:21:51 +02:00

Fix linking against QtUiTools on windows

This commit is contained in:
Dominik Schmidt 2011-08-12 15:21:29 +02:00
parent eda6f8ff8f
commit 1245ae7ac2

View File

@ -482,13 +482,14 @@ target_link_libraries( tomahawklib
${LIBPORTFWD_LIBRARIES}
# External deps
${QT_QTUITOOLS_LIBRARY}
${QJSON_LIBRARIES}
${PHONON_LIBS}
${TAGLIB_LIBRARIES}
${CLUCENE_LIBRARIES}
${LIBECHONEST_LIBRARY}
${QT_QTUITOOLS_LIBRARY}
${QT_LIBRARIES}
${QT_QTUITOOLS_LIBRARY} # We really need to link twice against it for windows, maybe QTBUG-20498 is related
${OS_SPECIFIC_LINK_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${LINK_LIBRARIES}