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",
|
"translate",
|
||||||
"postfix",
|
"postfix",
|
||||||
"generator",
|
"generator",
|
||||||
|
"include", // Since Qt 5.3
|
||||||
"g"
|
"g"
|
||||||
};
|
};
|
||||||
std::vector<std::string> extraOpts;
|
std::vector<std::string> extraOpts;
|
||||||
|
|
Loading…
Reference in New Issue