1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 16:31:58 +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
LINK_PRIVATE
${PHONON_LIBS}
# Thirdparty shipped with tomahawk
${LIBPORTFWD_LIBRARIES}
${QTKEYCHAIN_LIBRARIES}
LINK_PUBLIC
# External deps
${QJSON_LIBRARIES}
${PHONON_LIBS}
${TAGLIB_LIBRARIES}
${CLUCENE_LIBRARIES}
${ECHONEST_LIBRARIES}