From: Alberto Villa Date: Thu, 10 Nov 2011 10:17:22 +0000 (+0100) Subject: Adapt to latest Qt detection change X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e5eaf495869c7fa711e703eb8264435d86d17c57;p=kdenlive Adapt to latest Qt detection change --- diff --git a/plugins/sampleplugin/CMakeLists.txt b/plugins/sampleplugin/CMakeLists.txt index ed6e1d67..50d42f63 100644 --- a/plugins/sampleplugin/CMakeLists.txt +++ b/plugins/sampleplugin/CMakeLists.txt @@ -1,6 +1,4 @@ -set(QT_DONT_USE_QTGUI 0) - -SET(sampleplugin_SRCS sampleplugin.cpp) +set(sampleplugin_SRCS sampleplugin.cpp) kde4_add_ui_files(sampleplugin_UIS countdown_ui.ui) diff --git a/renderer/CMakeLists.txt b/renderer/CMakeLists.txt index 79e01f8c..0bd7a74a 100644 --- a/renderer/CMakeLists.txt +++ b/renderer/CMakeLists.txt @@ -1,4 +1,5 @@ -# Check src/CMakeLists.txt for detailed comments on the contents of this file. +set(QT_DONT_USE_QTGUI 1) +set(QT_USE_QTDBUS 1) set(kdenlive_render_SRCS kdenlive_render.cpp diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 979d5886..8fdcd8cc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -set(QT_DONT_USE_QTGUI 0) +set(QT_USE_QTDBUS 1) set(QT_USE_QTOPENGL 1) set(QT_USE_QTSCRIPT 1) set(QT_USE_QTSVG 1)