QtAutoUic: Handle new -include command line parameter.

This commit is contained in:
Stephen Kelly 2013-11-20 23:17:13 +01:00
parent 1242f4e569
commit 02542b4cc7

View File

@ -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;