[dragon] /: Remove find_package(Qt4) and QT_INCLUDES.

Michael Jansen kde at michael-jansen.biz
Sat May 5 14:24:01 UTC 2012


Git commit aa975214d0536a5090305399b73b03a9a3950507 by Michael Jansen.
Committed on 05/05/2012 at 16:23.
Pushed by mjansen into branch 'master'.

Remove find_package(Qt4) and QT_INCLUDES.

find_package(KDE4) looks for Qt and adds all necessary stuff to the KDE4_XX
variables.

This fixes the build for me. Without it qt phonon is used. If noone objects
i will fix more changes like this one in the next days (mostly multimedia).

CCMAIL: kde-buildsystem at kde.org

M  +0    -2    CMakeLists.txt

http://commits.kde.org/dragon/aa975214d0536a5090305399b73b03a9a3950507

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f9ff30c..7670846 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,11 +1,9 @@
 project(DragonPlayer)
 
-find_package(Qt4 REQUIRED)
 find_package(KDE4 REQUIRED)
 include(KDE4Defaults)
 include(MacroLibrary)
 
-include_directories(${QT_INCLUDES})
 include_directories(${KDE4_INCLUDES})
 
 include_directories(


More information about the Kde-buildsystem mailing list