diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-31 20:26:47 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-09-07 15:53:19 (GMT) |
commit | f23a24c2878ffc0b6f769d5a61509b254d082c03 (patch) | |
tree | 2a32a37d144efd9ef976685201b88e1b8e83a5aa /Source/cmQtAutoGenerators.h | |
parent | 37ef18a468149ba579b96a763ea3042a360652d7 (diff) | |
download | CMake-f23a24c2878ffc0b6f769d5a61509b254d082c03.zip CMake-f23a24c2878ffc0b6f769d5a61509b254d082c03.tar.gz CMake-f23a24c2878ffc0b6f769d5a61509b254d082c03.tar.bz2 |
Autogen: Use list of lists functions for UIC options
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 975b0b6..12d526b 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -229,7 +229,7 @@ private: bool UicRunFailed; std::vector<std::string> UicSkipList; std::vector<std::string> UicTargetOptions; - std::map<std::string, std::string> UicOptions; + std::map<std::string, std::vector<std::string>> UicOptions; std::vector<std::string> UicSearchPaths; cmsys::RegularExpression UicRegExpInclude; // -- Rcc |