1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Link privately against qtkeychain

This commit is contained in:
Dominik Schmidt
2013-05-23 12:58:58 +02:00
committed by Michael Zanetti
parent c35b63da71
commit b12aba360c

View File

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