summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-09-01 07:30:57 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-09-07 16:03:13 (GMT)
commitd561c1fffc4ec68a4e9043e0dc0499832f84fdec (patch)
treed9efe4301163da87e94200d8ff29c734d129a246 /Source/cmQtAutoGenerators.h
parentdb80367c91dde9a6f72edf285232efb121b19be1 (diff)
downloadCMake-d561c1fffc4ec68a4e9043e0dc0499832f84fdec.zip
CMake-d561c1fffc4ec68a4e9043e0dc0499832f84fdec.tar.gz
CMake-d561c1fffc4ec68a4e9043e0dc0499832f84fdec.tar.bz2
Autogen: More use of scoped lambdas
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index 12d526b..d7f4f63 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -190,6 +190,7 @@ private:
std::string AutogenIncludeDir;
// -- Qt environment
std::string QtMajorVersion;
+ std::string QtMinorVersion;
std::string MocExecutable;
std::string UicExecutable;
std::string RccExecutable;