aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/xspf/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-03-25 18:15:27 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2014-03-25 18:15:27 +0000
commit7ff6e6a4fc150f055a6d459499edf18707c06c2e (patch)
tree398f66a90396bccadef6be85a9d6b431696f68b9 /src/plugins/PlayListFormats/xspf/CMakeLists.txt
parente775e0371a69bd240f1b74255f6bb43a60928fab (diff)
downloadqmmp-7ff6e6a4fc150f055a6d459499edf18707c06c2e.tar.gz
qmmp-7ff6e6a4fc150f055a6d459499edf18707c06c2e.tar.bz2
qmmp-7ff6e6a4fc150f055a6d459499edf18707c06c2e.zip
xspf plugin: removed QtXML dependency
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4205 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/CMakeLists.txt')
-rw-r--r--src/plugins/PlayListFormats/xspf/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/PlayListFormats/xspf/CMakeLists.txt b/src/plugins/PlayListFormats/xspf/CMakeLists.txt
index b9ae8bd81..a0779a562 100644
--- a/src/plugins/PlayListFormats/xspf/CMakeLists.txt
+++ b/src/plugins/PlayListFormats/xspf/CMakeLists.txt
@@ -6,11 +6,6 @@ if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
-SET(QT_USE_QTXML TRUE)
-
-INCLUDE(FindQt4)
-INCLUDE(${QT_USE_FILE})
-
# qt plugin
ADD_DEFINITIONS( -Wall )
ADD_DEFINITIONS(${QT_DEFINITIONS})