BUG: fix closing ENDIF()

Alex
This commit is contained in:
Alexander Neundorf 2008-08-17 05:38:02 -04:00
parent 502841c974
commit 03b434af8e
1 changed files with 1 additions and 1 deletions

View File

@ -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)