summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-20 22:17:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-27 18:06:12 (GMT)
commit02542b4cc73a12be8c1d3f583340400dd761ce24 (patch)
tree03749a455e8adb0d4a660a47385aa855c96fd4e3 /Source
parent1242f4e56924ddfb7f954d820918c89c333e1dc5 (diff)
downloadCMake-02542b4cc73a12be8c1d3f583340400dd761ce24.zip
CMake-02542b4cc73a12be8c1d3f583340400dd761ce24.tar.gz
CMake-02542b4cc73a12be8c1d3f583340400dd761ce24.tar.bz2
QtAutoUic: Handle new -include command line parameter.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmQtAutoGenerators.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx
index 017ac29..576883f 100644
--- a/Source/cmQtAutoGenerators.cxx
+++ b/Source/cmQtAutoGenerators.cxx
@@ -565,6 +565,7 @@ void cmQtAutoGenerators::MergeUicOptions(std::vector<std::string> &opts,
"translate",
"postfix",
"generator",
+ "include", // Since Qt 5.3
"g"
};
std::vector<std::string> extraOpts;