aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build.py')
-rwxr-xr-xscripts/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build.py b/scripts/build.py
index ee83021fb9..d6a30a18ff 100755
--- a/scripts/build.py
+++ b/scripts/build.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (C) 2020 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
# import the print function which is used in python 3.x
from __future__ import print_function
@@ -189,7 +189,7 @@ def build_qtcreator(args, paths):
if args.with_cpack:
cmake_args += ['-DCPACK_PACKAGE_FILE_NAME=qtcreator' + args.zip_infix]
if common.is_linux_platform():
- cmake_args += ['-DCPACK_INSTALL_PREFIX=/opt']
+ cmake_args += ['-DCPACK_INSTALL_PREFIX=/opt/qt-creator']
cmake_args += args.config_args