aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@kde.org>2006-06-16 20:56:40 +0000
committerHelge Deller <deller@kde.org>2006-06-16 20:56:40 +0000
commit918653165c029d8b2aaff79ecbcb6bdc74afc8e8 (patch)
treef0a2d9cbaef9f9bc81dc55d9ced9f7b3aef9ee39
parentd3d0ee77c4632dd2ed9f7a8b99ea98b2b2c9f6f6 (diff)
downloadextra-cmake-modules-918653165c029d8b2aaff79ecbcb6bdc74afc8e8.tar.gz
extra-cmake-modules-918653165c029d8b2aaff79ecbcb6bdc74afc8e8.tar.bz2
typo fix - "kdesupport", not "kdesupprt"
svn path=/trunk/KDE/kdelibs/; revision=552184
-rw-r--r--modules/FindQtDBus.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQtDBus.cmake b/modules/FindQtDBus.cmake
index 65604175..72c2502d 100644
--- a/modules/FindQtDBus.cmake
+++ b/modules/FindQtDBus.cmake
@@ -59,7 +59,7 @@ else (QDBUS_INCLUDE_DIRS AND QDBUS_LIBRARIES)
PKGCONFIG("dbus-qt4-1" _qdbusIncDir _qdbusLinkDir _qdbusLinkFlags _qdbusCflags)
if (NOT _qdbusIncDir)
- message(STATUS "You need the Qt4 bindings for dbus. The current recommendation is to install them from kdesupprt.")
+ message(STATUS "You need the Qt4 bindings for dbus. The current recommendation is to install them from kdesupport.")
message(STATUS "If you have qt-dbus installed, check PKG_CONFIG_PATH so that 'pkg-config --libs dbus-qt4-1' works")
message(STATUS "See also the PORTING-TO-DBUS.txt file in kdelibs/")
message(FATAL_ERROR "Could NOT find qt-dbus")