From: Alberto Villa Date: Thu, 10 Nov 2011 10:10:56 +0000 (+0100) Subject: Include default Qt modules, instead of QtDBus X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f0018abf71d59799647aba4fac3dc4ca8c928fa5;p=kdenlive Include default Qt modules, instead of QtDBus --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 212d46ee..27df1975 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)