mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
Remove Phonon traces
This commit is contained in:
@@ -391,7 +391,6 @@ include_directories(
|
||||
${QJSON_INCLUDE_DIR}
|
||||
${ECHONEST_INCLUDE_DIR}
|
||||
${LUCENEPP_INCLUDE_DIRS}
|
||||
${PHONON_INCLUDES}
|
||||
${LIBVLC_INCLUDE_DIR}
|
||||
${LIBVLCCORE_INCLUDE_DIR}
|
||||
${Boost_INCLUDE_DIR}
|
||||
@@ -505,7 +504,6 @@ ENDIF( UNIX AND NOT APPLE )
|
||||
|
||||
TARGET_LINK_LIBRARIES( tomahawklib
|
||||
LINK_PRIVATE
|
||||
${PHONON_LIBRARY}
|
||||
${LIBVLC_LIBRARY}
|
||||
${LIBVLCCORE_LIBRARY}
|
||||
|
||||
|
@@ -1,11 +1,3 @@
|
||||
/*
|
||||
#include <phonon/MediaObject>
|
||||
#include <phonon/AudioOutput>
|
||||
#include <phonon/Path>
|
||||
#include <phonon/BackendCapabilities>
|
||||
#include <phonon/Effect>
|
||||
#include <phonon/EffectParameter>
|
||||
*/
|
||||
#include "AudioOutput.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user