From 95a94ca60c70e49f9f1e78dccef3dd976d0d0001 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 7 Aug 2013 11:07:41 +0200 Subject: [PATCH] Don't link against Phonon::experimental --- src/libtomahawk/CMakeLists.txt | 2 +- src/tomahawk/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index 69e8b8a46..0a0403f78 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -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} diff --git a/src/tomahawk/CMakeLists.txt b/src/tomahawk/CMakeLists.txt index b4e1a86f4..fe82e5ffe 100644 --- a/src/tomahawk/CMakeLists.txt +++ b/src/tomahawk/CMakeLists.txt @@ -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}