1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Make CMake actually read the CLucene version, make it find both needed

libraries, and for the love of God make it link already.
This commit is contained in:
Jeff Mitchell
2011-03-09 18:25:17 -05:00
parent 35e26db33d
commit b57e9fbf54
2 changed files with 32 additions and 25 deletions

View File

@@ -219,6 +219,7 @@ TARGET_LINK_LIBRARIES( tomahawk
${QJSON_LIBRARIES}
${TAGLIB_LIBRARIES}
${QTWEETLIB_LIBRARIES}
${CLUCENE_LIBRARIES}
)