diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2021-08-10 20:31:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-14 15:57:38 (GMT) |
commit | 6b12edfe82e014e17e3ea5d612bd8c9e755942f9 (patch) | |
tree | beaf3acff2030237c274a23079db214cf43295b8 /Help/cpack_gen/ifw.rst | |
parent | 1c12694124aedc0f7cf5a98e635e27d4c338fce0 (diff) | |
download | CMake-6b12edfe82e014e17e3ea5d612bd8c9e755942f9.zip CMake-6b12edfe82e014e17e3ea5d612bd8c9e755942f9.tar.gz CMake-6b12edfe82e014e17e3ea5d612bd8c9e755942f9.tar.bz2 |
CPackIFW: Add support for DisableCommandLineInterface config attribute
Diffstat (limited to 'Help/cpack_gen/ifw.rst')
-rw-r--r-- | Help/cpack_gen/ifw.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index 9ee6fbe..4eb6095 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -195,6 +195,14 @@ Package Is ``ON`` for QtIFW less 2.0 tools. +.. variable:: CPACK_IFW_PACKAGE_DISABLE_COMMAND_LINE_INTERFACE + + .. versionadded:: 3.23 + + Set to ``ON`` if command line interface features should be disabled. + + Is ``OFF`` by default, but will only have an effect if using QtIFW 4.0 or later. + .. variable:: CPACK_IFW_PACKAGE_ALLOW_SPACE_IN_PATH .. versionadded:: 3.3 |