Git commit 829c805e782ce16fd0fb4b76cf7d5a6ac4feebff by Michael Pyne, on behalf of Michael Jansen. Committed on 05/05/2012 at 16:23. Pushed by mpyne into branch 'KDE/4.8'.
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: [email protected] M +0 -2 CMakeLists.txt http://commits.kde.org/dragon/829c805e782ce16fd0fb4b76cf7d5a6ac4feebff 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( _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
