]> git.sesse.net Git - kdenlive/blobdiff - CMakeLists.txt
Include default Qt modules, instead of QtDBus
[kdenlive] / CMakeLists.txt
index 212d46eef3e1a2737c93e915241757a3973718d8..27df197526f05e9a837c260f155d17d009e87110 100644 (file)
@@ -50,8 +50,8 @@ macro_log_feature(KDE4_FOUND
   ${KDE_MIN_VERSION}
 )
 
-# Find Qt core modules.
-find_package(Qt4 ${QT_MIN_VERSION} REQUIRED QtCore QtDBus)
+# Find Qt core modules (QtCore and QtGui).
+find_package(Qt4 ${QT_MIN_VERSION} REQUIRED)
 
 # Search MLT package.
 find_package(LIBMLT ${LIBMLT_MIN_VERSION} REQUIRED)