Browse Source

BUG: fix closing ENDIF()

Alex
Alexander Neundorf 17 years ago
parent
commit
03b434af8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindKDE4.cmake

+ 1 - 1
Modules/FindKDE4.cmake

@@ -19,7 +19,7 @@ IF(QT_QT_LIBRARY)
     ENDIF(NOT KDE_FIND_QUIETLY)
     RETURN()
   ENDIF(KDE4_FIND_REQUIRED)
-ENDIF(QT_QTCORE_LIBRARY)
+ENDIF(QT_QT_LIBRARY)
 
 FILE(TO_CMAKE_PATH "$ENV{KDEDIRS}" _KDEDIRS)