]> git.sesse.net Git - kdenlive/commitdiff
Adapt to latest Qt detection change
authorAlberto Villa <avilla@FreeBSD.org>
Thu, 10 Nov 2011 10:17:22 +0000 (11:17 +0100)
committerAlberto Villa <avilla@FreeBSD.org>
Thu, 10 Nov 2011 10:17:22 +0000 (11:17 +0100)
plugins/sampleplugin/CMakeLists.txt
renderer/CMakeLists.txt
src/CMakeLists.txt

index ed6e1d67408f314909d63a1a4bc79397433a64de..50d42f63a5e73ee60d8006d10c97a545bdaa600a 100644 (file)
@@ -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)
 
index 79e01f8c0c9656c020c42e9b17e88f914afa1258..0bd7a74af82c9ea3b77b75aa828b95508a1a1fff 100644 (file)
@@ -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
index 979d5886f27de527efe9cea5860c2d13dd29f322..8fdcd8cc8fb452854947e710ccd05d900195086f 100644 (file)
@@ -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)