aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindQtDBus.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake
index 2464a68a..aaba1069 100644
--- a/modules/FindQtDBus.cmake
+++ b/modules/FindQtDBus.cmake
@@ -70,8 +70,7 @@ else (QDBUS_INCLUDE_DIRS AND QDBUS_LIBRARIES)
message(STATUS "Found QtDBus: ${QDBUS_LIBRARIES}")
endif (NOT QDBUS_FIND_QUIETLY)
else (QDBUS_FOUND)
- message(STATUS "You need the CVS version of D-BUS library. The one that your distribution installed, even if it's 0.61, probably won't be enough to compile QtDBus.")
- message(STATUS "You need the Subversion or CVS version of QtDBus. It's official home is now in trunk/kdesupport/")
+ message(STATUS "You need D-BUS 0.62 or newer with Qt4 bindings enabled.")
message(STATUS "See also the PORTING-TO-DBUS.txt file in kdelibs/")
message(FATAL_ERROR "Could NOT find QtDBus")
endif (QDBUS_FOUND)