mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
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
Block a user