aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2008-08-17 08:43:56 +0000
committerLaurent Montel <montel@kde.org>2008-08-17 08:43:56 +0000
commit28112bf4ace2ef56dbcaa7edcfd0762988b3b50f (patch)
tree7ba63d1dfcbe5c0dc8432b3bb72fbf00a32379fc /modules
parentb90b4f097e19ed69c97824935ebdbf8dd9d45a78 (diff)
downloadextra-cmake-modules-28112bf4ace2ef56dbcaa7edcfd0762988b3b50f.tar.gz
extra-cmake-modules-28112bf4ace2ef56dbcaa7edcfd0762988b3b50f.tar.bz2
Fix close "if"
svn path=/trunk/KDE/kdelibs/; revision=848174
Diffstat (limited to 'modules')
-rw-r--r--modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 8952807d..fec95c6e 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -270,7 +270,7 @@ IF(QT_QT_LIBRARY)
ENDIF(NOT Qt4_FIND_QUIETLY)
RETURN()
ENDIF(Qt4_FIND_REQUIRED)
-ENDIF(QT_QTCORE_LIBRARY)
+ENDIF(QT_QT_LIBRARY)
IF (QT4_QMAKE_FOUND)