cmQtAutoGenerators: Re-arrange data layout.
Size goes from 920 to 912 bytes.
This commit is contained in:
parent
40844a1487
commit
b661d6c631
@ -105,7 +105,6 @@ private:
|
|||||||
std::string SkipMoc;
|
std::string SkipMoc;
|
||||||
std::string SkipUic;
|
std::string SkipUic;
|
||||||
std::string Headers;
|
std::string Headers;
|
||||||
bool IncludeProjectDirsBefore;
|
|
||||||
std::string Srcdir;
|
std::string Srcdir;
|
||||||
std::string Builddir;
|
std::string Builddir;
|
||||||
std::string MocExecutable;
|
std::string MocExecutable;
|
||||||
@ -131,6 +130,7 @@ private:
|
|||||||
std::map<std::string, std::string> RccOptions;
|
std::map<std::string, std::string> RccOptions;
|
||||||
std::map<std::string, std::vector<std::string> > RccInputs;
|
std::map<std::string, std::vector<std::string> > RccInputs;
|
||||||
|
|
||||||
|
bool IncludeProjectDirsBefore;
|
||||||
bool Verbose;
|
bool Verbose;
|
||||||
bool ColorOutput;
|
bool ColorOutput;
|
||||||
bool RunMocFailed;
|
bool RunMocFailed;
|
||||||
@ -138,7 +138,6 @@ private:
|
|||||||
bool RunRccFailed;
|
bool RunRccFailed;
|
||||||
bool GenerateAll;
|
bool GenerateAll;
|
||||||
bool RelaxedMode;
|
bool RelaxedMode;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user