1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Link privately against qtkeychain

This commit is contained in:
Dominik Schmidt
2013-05-23 12:58:58 +02:00
parent 68aa51b6d5
commit 25a5a4b25d

View File

@@ -482,6 +482,7 @@ TARGET_LINK_LIBRARIES( tomahawklib
LINK_PRIVATE
# Thirdparty shipped with tomahawk
${LIBPORTFWD_LIBRARIES}
${QTKEYCHAIN_LIBRARIES}
LINK_PUBLIC
# External deps
@@ -490,7 +491,6 @@ TARGET_LINK_LIBRARIES( tomahawklib
${TAGLIB_LIBRARIES}
${CLUCENE_LIBRARIES}
${ECHONEST_LIBRARIES}
${QTKEYCHAIN_LIBRARIES}
${QT_QTSQL_LIBRARY}
${QT_QTUITOOLS_LIBRARY}
${QT_QTGUI_LIBRARY}