aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2006-10-12 15:27:25 +0000
committerDavid Faure <faure@kde.org>2006-10-12 15:27:25 +0000
commitf9b4b1934e26c4c7d08490c93f168c070140c2da (patch)
tree53974aacff3caed20ed74f13abf0ab751415d0cd /modules
parent81eff1d28538fdedb03c6a7704af249e6f1d6f00 (diff)
downloadextra-cmake-modules-f9b4b1934e26c4c7d08490c93f168c070140c2da.tar.gz
extra-cmake-modules-f9b4b1934e26c4c7d08490c93f168c070140c2da.tar.bz2
Fix kdevelop not linking due to QT_QTDESIGNERCOMPONENTS_LIBRARY being empty (typo in this file).
However this whole _debug stuff should be cleaned up now that we use Qt-4.2.0 ... svn path=/trunk/KDE/kdelibs/; revision=594852
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQt4.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index bcb5d451..58076e90 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -634,8 +634,8 @@ IF (QT4_QMAKE_FOUND)
FIND_LIBRARY(QT_QTDESIGNER_LIBRARY_DEBUG NAMES QtDesigner_debug QtDesignerd4 PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
# Set QT_QTDESIGNER_LIBRARY
- FIND_LIBRARY(QT_QTDESIGNER_LIBRARY_RELEASE NAMES QtDesignerComponents QtDesignerComponents4 PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
- FIND_LIBRARY(QT_QTDESIGNER_LIBRARY_DEBUG NAMES QtDesignerComponents_debug QtDesignerComponentsd4 PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
+ FIND_LIBRARY(QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE NAMES QtDesignerComponents QtDesignerComponents4 PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
+ FIND_LIBRARY(QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG NAMES QtDesignerComponents_debug QtDesignerComponentsd4 PATHS ${QT_LIBRARY_DIR} NO_DEFAULT_PATH)
############################################