From: Alberto Villa Date: Wed, 9 Nov 2011 01:18:53 +0000 (+0100) Subject: Remove macro_log_feature() for QtDBus X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0b1029836d59ae32bc696429feb17d27c4893034;p=kdenlive Remove macro_log_feature() for QtDBus --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d37d45..f85634ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,14 +60,6 @@ macro_log_feature(KDE4_FOUND # Find Qt core modules (QtCore and QtGui are searched by default). find_package(Qt4 ${QT_MIN_VERSION} REQUIRED QtDBus) -macro_log_feature(QT_QTDBUS_FOUND - "QtDBus" - "Qt bindings for the D-Bus library" - "http://qt.nokia.com/products/qt" - TRUE - ${QT_MIN_VERSION} - "QtDBus library (most likely called libqt4-dbus)" -) # Search MLT package. find_package(LIBMLT REQUIRED)