diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindQt4.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index 8216a53e..c54b7a99 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -1021,7 +1021,8 @@ IF (QT4_QMAKE_FOUND) # is the framework directory in that case), since this will make the cmake include_directories() # command recognize that we need the framework flag with the respective directory (-F) IF(QT_USE_FRAMEWORKS) - SET(QT_QTCORE_INCLUDE_DIR ${QT_QTCORE_INCLUDE_DIR} ${QT_QTCORE_LIBRARY}) + SET(QT_INCLUDES ${QT_INCLUDES} ${QT_QTCORE_LIBRARY} ) + SET(QT_INCLUDE_DIR ${QT_INCLUDE_DIR} ${QT_QTCORE_LIBRARY} ) ENDIF(QT_USE_FRAMEWORKS) |