1
0
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:
Uwe L. Korn
2014-10-21 20:46:44 +02:00
parent 68f608ac1a
commit a17a0e154c
4 changed files with 1 additions and 44 deletions

View File

@@ -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}

View File

@@ -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>