diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-20 23:17:13 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-27 19:06:12 +0100 |
commit | 02542b4cc73a12be8c1d3f583340400dd761ce24 (patch) | |
tree | 03749a455e8adb0d4a660a47385aa855c96fd4e3 /Source/cmQtAutoGenerators.cxx | |
parent | 1242f4e56924ddfb7f954d820918c89c333e1dc5 (diff) | |
download | cmake-02542b4cc73a12be8c1d3f583340400dd761ce24.tar.gz |
QtAutoUic: Handle new -include command line parameter.
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r-- | Source/cmQtAutoGenerators.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index 017ac2943f..576883fa05 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; |