From 0b1029836d59ae32bc696429feb17d27c4893034 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Wed, 9 Nov 2011 02:18:53 +0100 Subject: [PATCH] Remove macro_log_feature() for QtDBus --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) 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) -- 2.39.5