From 918653165c029d8b2aaff79ecbcb6bdc74afc8e8 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Fri, 16 Jun 2006 20:56:40 +0000 Subject: typo fix - "kdesupport", not "kdesupprt" svn path=/trunk/KDE/kdelibs/; revision=552184 --- modules/FindQtDBus.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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") -- cgit v1.2.1