blob: 4055d9a3d5c9482d3af42d4b5212acabb108b053 (
plain)
1
2
3
4
5
6
7
8
9
|
:: Copyright (C) 2025 The Qt Company Ltd.
:: SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
::
:: The highest version of python that can be used is 3.11
:: Download from here: https://www.python.org/downloads/release/python-3118/
::
start "qtwasmserver.py" python qtwasmserver.py --cross-origin-isolation -p 8001
python qwasmwindow.py
taskkill /FI "WINDOWTITLE eq qtwasmserver.py"
|