QtIFW: Added new options to QtIFW cpack generator for modifying wizard style

This commit is contained in:
Alexander Voitenko
2017-01-17 14:12:02 +03:00
parent 7bd1d53505
commit 3fc4a2b71a
4 changed files with 176 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
cpack-ifw-package-options
-------------------------
* The :module:`CPackIFW` module gained new :variable:`CPACK_IFW_PACKAGE_WATERMARK`, :variable:`CPACK_IFW_PACKAGE_BANNER`,
:variable:`CPACK_IFW_PACKAGE_BACKGROUND`, :variable:`CPACK_IFW_PACKAGE_WIZARD_STYLE`, :variable:`CPACK_IFW_PACKAGE_WIZARD_DEFAULT_WIDTH`,
:variable:`CPACK_IFW_PACKAGE_WIZARD_DEFAULT_HEIGHT` and :variable:`CPACK_IFW_PACKAGE_TITLE_COLOR`
variables to customize a QtIFW installer look.