BUG: fix closing IF()

Alex
This commit is contained in:
Alexander Neundorf 2008-08-17 05:11:51 -04:00
parent 070d4cc28b
commit 502841c974

View File

@ -266,7 +266,7 @@ IF(QT_QT_LIBRARY)
ENDIF(NOT Qt4_FIND_QUIETLY) ENDIF(NOT Qt4_FIND_QUIETLY)
RETURN() RETURN()
ENDIF(Qt4_FIND_REQUIRED) ENDIF(Qt4_FIND_REQUIRED)
ENDIF(QT_QTCORE_LIBRARY) ENDIF(QT_QT_LIBRARY)
INCLUDE(CheckSymbolExists) INCLUDE(CheckSymbolExists)