summaryrefslogtreecommitdiffstats
path: root/bin/qt6_tool.bat
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-02-04 10:12:28 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-21 08:58:57 +0000
commite85982c40f35906a832d81f2326f10b0207d6008 (patch)
tree8c1adf1f1b2212b18953baba1761e6b9a63761e5 /bin/qt6_tool.bat
parent63796e0140c471b95ec05490854a3db29adc83da (diff)
Long live qt6_tool!
Add a helper script similar to qt5_tool which can build Qt 6 Change-Id: Ic00a94efacd6b7a867ccdcc38b5225d6c501880a Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'bin/qt6_tool.bat')
-rw-r--r--bin/qt6_tool.bat41
1 files changed, 41 insertions, 0 deletions
diff --git a/bin/qt6_tool.bat b/bin/qt6_tool.bat
new file mode 100644
index 0000000..0b7a9c2
--- /dev/null
+++ b/bin/qt6_tool.bat
@@ -0,0 +1,41 @@
+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+::
+:: Copyright (C) 2020 The Qt Company Ltd.
+:: Contact: https://www.qt.io/licensing/
+::
+:: This file is part of the tools applications of the Qt Toolkit.
+::
+:: $QT_BEGIN_LICENSE:LGPL$
+:: Commercial License Usage
+:: Licensees holding valid commercial Qt licenses may use this file in
+:: accordance with the commercial license agreement provided with the
+:: Software or, alternatively, in accordance with the terms contained in
+:: a written agreement between you and The Qt Company. For licensing terms
+:: and conditions see https://www.qt.io/terms-conditions. For further
+:: information use the contact form at https://www.qt.io/contact-us.
+::
+:: GNU Lesser General Public License Usage
+:: Alternatively, this file may be used under the terms of the GNU Lesser
+:: General Public License version 3 as published by the Free Software
+:: Foundation and appearing in the file LICENSE.LGPL3 included in the
+:: of this file. Please review the following information to
+:: ensure the GNU Lesser General Public License version 3 requirements
+:: will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
+::
+:: GNU General Public License Usage
+:: Alternatively, this file may be used under the terms of the GNU
+:: General Public License version 2.0 or (at your option) the GNU General
+:: Public license version 3 or any later version approved by the KDE Free
+:: Qt Foundation. The licenses are as published by the Free Software
+:: Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
+:: included in the packaging of this file. Please review the following
+:: information to ensure the GNU General Public License requirements will
+:: be met: https://www.gnu.org/licenses/gpl-2.0.html and
+:: https://www.gnu.org/licenses/gpl-3.0.html.
+::
+:: $QT_END_LICENSE$
+::
+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+
+@rem ***** This assumes Python 3 is in the PATH *****
+@python.exe %~dp0qt6_tool %*