diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2020-11-27 19:15:18 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2020-11-27 19:32:45 (GMT) |
commit | 8b5a0e0fef106fb62cad4a0268438c00e05a4b04 (patch) | |
tree | 80db88ad302252e50c98f8fa5bf3ce19ea3cdf7c /Help/release | |
parent | 70f11b9d3c5d2cfd81b2e33cc6c315cd9b2d1473 (diff) | |
download | CMake-8b5a0e0fef106fb62cad4a0268438c00e05a4b04.zip CMake-8b5a0e0fef106fb62cad4a0268438c00e05a4b04.tar.gz CMake-8b5a0e0fef106fb62cad4a0268438c00e05a4b04.tar.bz2 |
CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variable
Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variable to
control visibility of the widget listing installer pages on the left side
of the wizard. This feature available only since QtIFW 4.0.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cpackifw-package-wizard-show-page-list.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/cpackifw-package-wizard-show-page-list.rst b/Help/release/dev/cpackifw-package-wizard-show-page-list.rst new file mode 100644 index 0000000..ede69f5 --- /dev/null +++ b/Help/release/dev/cpackifw-package-wizard-show-page-list.rst @@ -0,0 +1,7 @@ +cpackifw-package-wizard-show-page-list +-------------------------------------- + +* The :cpack_gen:`CPack IFW Generator` gained new + :variable:`CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST` variable to + control visibility of the widget listing installer pages on the left side + of the wizard. This feature available only since QtIFW 4.0. |