summaryrefslogtreecommitdiffstats
path: root/Source/CPack/IFW/cmCPackIFWInstaller.h
diff options
context:
space:
mode:
authorAlexander Voitenko <game.boostify@gmail.com>2017-01-17 11:12:02 (GMT)
committerAlexander Voitenko <game.boostify@gmail.com>2017-01-17 11:12:02 (GMT)
commit3fc4a2b71a25ba4045a8b80e66ecffba54bd0d54 (patch)
tree6cd6a38d22177b12f5c7da18fd8bd014fc74a8c4 /Source/CPack/IFW/cmCPackIFWInstaller.h
parent7bd1d53505045bfa97f573f7b587514012618913 (diff)
downloadCMake-3fc4a2b71a25ba4045a8b80e66ecffba54bd0d54.zip
CMake-3fc4a2b71a25ba4045a8b80e66ecffba54bd0d54.tar.gz
CMake-3fc4a2b71a25ba4045a8b80e66ecffba54bd0d54.tar.bz2
QtIFW: Added new options to QtIFW cpack generator for modifying wizard style
Diffstat (limited to 'Source/CPack/IFW/cmCPackIFWInstaller.h')
-rw-r--r--Source/CPack/IFW/cmCPackIFWInstaller.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Source/CPack/IFW/cmCPackIFWInstaller.h b/Source/CPack/IFW/cmCPackIFWInstaller.h
index eba9bec..4ec3e70 100644
--- a/Source/CPack/IFW/cmCPackIFWInstaller.h
+++ b/Source/CPack/IFW/cmCPackIFWInstaller.h
@@ -60,6 +60,27 @@ public:
/// Filename for a logo
std::string Logo;
+ /// Filename for a watermark
+ std::string Watermark;
+
+ /// Filename for a banner
+ std::string Banner;
+
+ /// Filename for a background
+ std::string Background;
+
+ /// Wizard style name
+ std::string WizardStyle;
+
+ /// Wizard width
+ std::string WizardDefaultWidth;
+
+ /// Wizard height
+ std::string WizardDefaultHeight;
+
+ /// Title color
+ std::string TitleColor;
+
/// Name of the default program group in the Windows Start menu
std::string StartMenuDir;
@@ -110,6 +131,10 @@ public:
protected:
void WriteGeneratedByToStrim(cmXMLWriter& xout);
+
+private:
+ void printSkippedOptionWarning(const std::string& optionName,
+ const std::string& optionValue);
};
#endif // cmCPackIFWInstaller_h