diff options
Diffstat (limited to 'Modules/FindQt.cmake')
-rw-r--r-- | Modules/FindQt.cmake | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Modules/FindQt.cmake b/Modules/FindQt.cmake index 995d43f..b9335d0 100644 --- a/Modules/FindQt.cmake +++ b/Modules/FindQt.cmake @@ -4,8 +4,6 @@ # QT_INCLUDE_DIR, where to find qt.h, etc. # QT_LIBRARIES, the libraries to link against to use Qt. # QT_DEFINITIONS, definitions to use when compiling code that uses Qt. -# QT_WRAP_CPP, If false, don't use QT_WRAP_CPP command. -# QT_WRAP_UI, If false, don't use QT_WRAP_UI command. # QT_FOUND, If false, don't try to use Qt. # also defined, but not for general use are @@ -72,14 +70,6 @@ IF (WIN32) ENDIF (WIN32) -IF (QT_MOC_EXECUTABLE) - SET ( QT_WRAP_CPP "YES") -ENDIF (QT_MOC_EXECUTABLE) - -IF (QT_UIC_EXECUTABLE) - SET ( QT_WRAP_UI "YES") -ENDIF (QT_UIC_EXECUTABLE) - IF(QT_INCLUDE_DIR) IF(QT_QT_LIBRARY) |