QtAutoUic: Handle new -include command line parameter.
This commit is contained in:
parent
1242f4e569
commit
02542b4cc7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue