From 60b4d7b8d7d0afc2fece0aa8ba55b63c9c5f2adb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 26 Jul 2012 19:10:49 +0000 Subject: reverted previous commit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2828 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlaylistFormats/xspf/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/PlaylistFormats/xspf/CMakeLists.txt') diff --git a/src/plugins/PlaylistFormats/xspf/CMakeLists.txt b/src/plugins/PlaylistFormats/xspf/CMakeLists.txt index 9b97589e8..f4a27ac22 100644 --- a/src/plugins/PlaylistFormats/xspf/CMakeLists.txt +++ b/src/plugins/PlaylistFormats/xspf/CMakeLists.txt @@ -6,6 +6,11 @@ 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}) -- cgit v1.2.3-13-gbd6f