diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2012-12-03 15:00:07 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2012-12-03 15:00:07 (GMT) |
commit | 691ac05d4049619407b6ff0b89207c5c77e21ae0 (patch) | |
tree | fe227ba1c9d26ec3443bd85da415599eec38ee60 /Modules/FindQt4.cmake | |
parent | 538af1642561565f6d2674430005bb5dd6370ebb (diff) | |
download | CMake-691ac05d4049619407b6ff0b89207c5c77e21ae0.zip CMake-691ac05d4049619407b6ff0b89207c5c77e21ae0.tar.gz CMake-691ac05d4049619407b6ff0b89207c5c77e21ae0.tar.bz2 |
Qt4: Add SYSTEM option to include_directories.
Thanks to Scott Bailey and Benjamin Kloster.
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r-- | Modules/FindQt4.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake index b42247a..00e86e8 100644 --- a/Modules/FindQt4.cmake +++ b/Modules/FindQt4.cmake @@ -65,6 +65,10 @@ # is much more flexible, but requires that FindQt4.cmake is executed before # such an exported dependency file is processed. # +# QT_INCLUDE_DIRS_NO_SYSTEM +# If this variable is set to TRUE, the Qt include directories +# in the QT_USE_FILE will NOT have the SYSTEM keyword set. +# # There are also some files that need processing by some Qt tools such as moc # and uic. Listed below are macros that may be used to process those files. # |