From 7685f61ca2a72bee7316f428fd9e392bf17ffa33 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 12 Sep 2006 17:55:14 +0000 Subject: Just comments svn path=/trunk/KDE/kdelibs/; revision=583578 --- modules/FindKDE4Internal.cmake | 2 +- modules/FindQt4.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') 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 -- cgit v1.2.1