summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-08-31 20:26:47 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-07 15:53:19 (GMT)
commitf23a24c2878ffc0b6f769d5a61509b254d082c03 (patch)
tree2a32a37d144efd9ef976685201b88e1b8e83a5aa /Source/cmQtAutoGenerators.h
parent37ef18a468149ba579b96a763ea3042a360652d7 (diff)
downloadCMake-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.h2
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