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

Link privately against Phonon to fix Grindstone build e.g.

This commit is contained in:
Dominik Schmidt
2013-08-07 01:59:40 +02:00
parent 99fcdc5614
commit e074f4765f

View File

@@ -511,14 +511,16 @@ ENDIF( UNIX AND NOT APPLE )
TARGET_LINK_LIBRARIES( tomahawklib TARGET_LINK_LIBRARIES( tomahawklib
LINK_PRIVATE LINK_PRIVATE
${PHONON_LIBS}
# Thirdparty shipped with tomahawk # Thirdparty shipped with tomahawk
${LIBPORTFWD_LIBRARIES} ${LIBPORTFWD_LIBRARIES}
${QTKEYCHAIN_LIBRARIES} ${QTKEYCHAIN_LIBRARIES}
LINK_PUBLIC LINK_PUBLIC
# External deps # External deps
${QJSON_LIBRARIES} ${QJSON_LIBRARIES}
${PHONON_LIBS}
${TAGLIB_LIBRARIES} ${TAGLIB_LIBRARIES}
${CLUCENE_LIBRARIES} ${CLUCENE_LIBRARIES}
${ECHONEST_LIBRARIES} ${ECHONEST_LIBRARIES}