1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-07 06:36:55 +02:00

Use proper library when linking

This commit is contained in:
Leo Franchi
2011-03-11 13:28:09 -05:00
parent c4a916e2e4
commit 79af8f35b5

View File

@@ -394,7 +394,7 @@ target_link_libraries( tomahawklib
# External deps # External deps
${TAGLIB_LIBRARIES} ${TAGLIB_LIBRARIES}
${QJSON_LIBRARIES} ${QJSON_LIBRARIES}
${CLUCENE_LIBRARY} ${CLUCENE_LIBRARIES}
${LIBECHONEST_LIBRARY} ${LIBECHONEST_LIBRARY}
${QT_LIBRARIES} ${QT_LIBRARIES}
${OS_SPECIFIC_LINK_LIBRARIES} ${OS_SPECIFIC_LINK_LIBRARIES}