summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-07 08:11:42 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-07 08:24:28 (GMT)
commitb661d6c631884e48b27353b0ee9f4f0eb6f5eea7 (patch)
tree0acac7cad80c0edaa0941df56b6fcd6cc3eefba7 /Source/cmQtAutoGenerators.h
parent40844a1487ea576987ecec148f77bbeebea9433d (diff)
downloadCMake-b661d6c631884e48b27353b0ee9f4f0eb6f5eea7.zip
CMake-b661d6c631884e48b27353b0ee9f4f0eb6f5eea7.tar.gz
CMake-b661d6c631884e48b27353b0ee9f4f0eb6f5eea7.tar.bz2
cmQtAutoGenerators: Re-arrange data layout.
Size goes from 920 to 912 bytes.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index f74e3c5..4c0fcbc 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -105,7 +105,6 @@ private:
std::string SkipMoc;
std::string SkipUic;
std::string Headers;
- bool IncludeProjectDirsBefore;
std::string Srcdir;
std::string Builddir;
std::string MocExecutable;
@@ -131,6 +130,7 @@ private:
std::map<std::string, std::string> RccOptions;
std::map<std::string, std::vector<std::string> > RccInputs;
+ bool IncludeProjectDirsBefore;
bool Verbose;
bool ColorOutput;
bool RunMocFailed;
@@ -138,7 +138,6 @@ private:
bool RunRccFailed;
bool GenerateAll;
bool RelaxedMode;
-
};
#endif