aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2006-05-31 10:56:58 +0000
committerAdriaan de Groot <groot@kde.org>2006-05-31 10:56:58 +0000
commitd9f94a32176bb09c5397ca12033c555929ad1acf (patch)
tree32bb66d02540e864c1a68984b97f1b1902b5ee1e /modules
parent1b1eacfe5f3378c3f35974ce1bf7b5a0bbc30baf (diff)
downloadextra-cmake-modules-d9f94a32176bb09c5397ca12033c555929ad1acf.tar.gz
extra-cmake-modules-d9f94a32176bb09c5397ca12033c555929ad1acf.tar.bz2
Format porting doc nicer, point to it from configure
svn path=/trunk/KDE/kdelibs/; revision=546899
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQtDBus.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake
index a2341792..937ab333 100644
--- a/modules/FindQtDBus.cmake
+++ b/modules/FindQtDBus.cmake
@@ -34,5 +34,6 @@ if (QDBUS_FOUND)
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 "See also the PORTING-TO-DBUS.txt file in kdelibs/")
message(FATAL_ERROR "Could NOT find QtDBus")
endif (QDBUS_FOUND)