aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_qtcreator.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-01-22 16:49:26 +0100
committerEike Ziller <eike.ziller@qt.io>2020-05-07 07:31:07 +0000
commit2dbb558b41370e4578fc9d90b3933e1ea321870d (patch)
tree2e00780c7841f444a739284b8c4c7e7e5e7e1266 /packaging-tools/bld_qtcreator.py
parent78f4962d8c1771c1f837f5c410d7a599e21e4625 (diff)
Qt Creator: Add capability to build with CMake
Qt Creator's scripts directory contains a script for building it and plugins for packages now. Install Qt separately from the script, and, depending on the environment, call the old qmake scripts or the new cmake ones. Change-Id: I9855b520c7821e7d26cc4b59eee26ff224869d41 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'packaging-tools/bld_qtcreator.py')
-rwxr-xr-xpackaging-tools/bld_qtcreator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/bld_qtcreator.py b/packaging-tools/bld_qtcreator.py
index e83f8c74d..92528ef0c 100755
--- a/packaging-tools/bld_qtcreator.py
+++ b/packaging-tools/bld_qtcreator.py
@@ -100,7 +100,7 @@ def add_common_commandline_arguments(parser):
dest='additional_qmake_arguments', action='append')
if bldinstallercommon.is_linux_platform():
- parser.add_argument('--icu7z', help="a file or url where it get icu libs as 7z", required=True)
+ parser.add_argument('--icu7z', help="a file or url where it get icu libs as 7z")
# if we are on windows, maybe we want some other arguments
if bldinstallercommon.is_win_platform():