aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2006-09-12 17:55:14 +0000
committerDavid Faure <faure@kde.org>2006-09-12 17:55:14 +0000
commit7685f61ca2a72bee7316f428fd9e392bf17ffa33 (patch)
tree5345b0165c5d477becf96449e8b68fdcf45a986b
parent72c8b2ee65d452ad54bae1864aff4fd18d399dfa (diff)
downloadextra-cmake-modules-7685f61ca2a72bee7316f428fd9e392bf17ffa33.tar.gz
extra-cmake-modules-7685f61ca2a72bee7316f428fd9e392bf17ffa33.tar.bz2
Just comments
svn path=/trunk/KDE/kdelibs/; revision=583578
-rw-r--r--modules/FindKDE4Internal.cmake2
-rw-r--r--modules/FindQt4.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 5972295c..5e89a7e4 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -185,7 +185,7 @@ set(QT_MIN_VERSION "4.2.0")
find_package(Qt4 REQUIRED)
if (NOT QT_DBUSXML2CPP_EXECUTABLE)
- message(FATAL_ERROR "Qt4 dbusxml2cpp was not found. Make sure it has been built and installed by Qt")
+ message(FATAL_ERROR "Qt4 qdbusxml2cpp was not found. Make sure it has been built and installed by Qt")
endif (NOT QT_DBUSXML2CPP_EXECUTABLE)
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 18c47d31..7aaa117c 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -168,8 +168,8 @@
# QT_UIC_EXECUTABLE Where to find the uic tool.
# QT_UIC3_EXECUTABLE Where to find the uic3 tool.
# QT_RCC_EXECUTABLE Where to find the rcc tool
-# QT_DBUSCPP2XML_EXECUTABLE Where to find the dbuscpp2xml tool.
-# QT_DBUSXML2CPP_EXECUTABLE Where to find the dbusxml2cpp tool.
+# QT_DBUSCPP2XML_EXECUTABLE Where to find the qdbuscpp2xml tool.
+# QT_DBUSXML2CPP_EXECUTABLE Where to find the qdbusxml2cpp tool.
#
# QT_DOC_DIR Path to "doc" of Qt4
# QT_MKSPECS_DIR Path to "mkspecs" of Qt4