diff options
Diffstat (limited to 'Source/cmQtAutoGenDigest.h')
-rw-r--r-- | Source/cmQtAutoGenDigest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenDigest.h b/Source/cmQtAutoGenDigest.h index 2bd9f04..e756a94 100644 --- a/Source/cmQtAutoGenDigest.h +++ b/Source/cmQtAutoGenDigest.h @@ -16,13 +16,17 @@ class cmQtAutoGenDigestQrc public: cmQtAutoGenDigestQrc() : Generated(false) + , Unique(false) { } public: std::string QrcFile; + std::string QrcName; + std::string PathChecksum; std::string RccFile; bool Generated; + bool Unique; std::vector<std::string> Options; std::vector<std::string> Resources; }; |