diff options
-rw-r--r-- | modules/FindKDEWIN32.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index 98c4f5db..c9017602 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -11,7 +11,9 @@ INCLUDE(MacroGetenvWinPath) MACRO_GETENV_WIN_PATH(_program_FILES_DIR PROGRAMFILES) +IF(NOT QT4_FOUND) FIND_PACKAGE(Qt4 REQUIRED) +ENDIF(NOT QT4_FOUND) FIND_PATH(KDEWIN32_INCLUDE_DIR winposix_export.h ${_program_FILES_DIR}/kdewin32/include |