diff options
author | Adriaan de Groot <groot@kde.org> | 2006-05-31 10:45:17 +0000 |
---|---|---|
committer | Adriaan de Groot <groot@kde.org> | 2006-05-31 10:45:17 +0000 |
commit | 1b1eacfe5f3378c3f35974ce1bf7b5a0bbc30baf (patch) | |
tree | 6295851ef4224773b8e3a7d0aa805400ababdfcd | |
parent | 453aaa5d727b9f57b9afff2b7f1150b250ac1d38 (diff) | |
download | extra-cmake-modules-1b1eacfe5f3378c3f35974ce1bf7b5a0bbc30baf.tar.gz extra-cmake-modules-1b1eacfe5f3378c3f35974ce1bf7b5a0bbc30baf.tar.bz2 |
Display Thiago's notes on where to get the new dependency so people aren't immediately lost if they don't remember what happened on -core-devel.
svn path=/trunk/KDE/kdelibs/; revision=546897
-rw-r--r-- | modules/FindQtDBus.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake index 396342c5..a2341792 100644 --- a/modules/FindQtDBus.cmake +++ b/modules/FindQtDBus.cmake @@ -32,5 +32,7 @@ if (QDBUS_FOUND) 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(FATAL_ERROR "Could NOT find QtDBus") endif (QDBUS_FOUND) |