1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 03:41:27 +02:00

Don't link against Phonon::experimental

This commit is contained in:
Dominik Schmidt
2013-08-07 11:07:41 +02:00
parent 26271d3551
commit 95a94ca60c
2 changed files with 1 additions and 3 deletions

View File

@@ -511,7 +511,7 @@ ENDIF( UNIX AND NOT APPLE )
TARGET_LINK_LIBRARIES( tomahawklib
LINK_PRIVATE
${PHONON_LIBS}
${PHONON_LIBRARY}
# Thirdparty shipped with tomahawk
${LIBPORTFWD_LIBRARIES}

View File

@@ -98,7 +98,6 @@ INCLUDE_DIRECTORIES(
${THIRDPARTY_DIR}/breakpad
${TAGLIB_INCLUDES}
${PHONON_INCLUDES}
${QJSON_INCLUDE_DIR}
${LIBATTICA_INCLUDE_DIR}
${ECHONEST_INCLUDE_DIR}
@@ -185,7 +184,6 @@ TARGET_LINK_LIBRARIES( tomahawk_bin
${LINK_LIBRARIES}
${TOMAHAWK_WIDGETS_LIBRARIES}
${TOMAHAWK_LIBRARIES}
${PHONON_LIBS}
${OS_SPECIFIC_LINK_LIBRARIES}
${QT_LIBRARIES}
${MAC_EXTRA_LIBS}