BUG: fix closing IF()

Alex
This commit is contained in:
Alexander Neundorf 2008-08-17 05:11:51 -04:00
parent 070d4cc28b
commit 502841c974
1 changed files with 1 additions and 1 deletions

View File

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