diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-11-20 22:17:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-11-27 18:06:12 (GMT) |
commit | 02542b4cc73a12be8c1d3f583340400dd761ce24 (patch) | |
tree | 03749a455e8adb0d4a660a47385aa855c96fd4e3 /Source | |
parent | 1242f4e56924ddfb7f954d820918c89c333e1dc5 (diff) | |
download | CMake-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.cxx | 1 |
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; |