Skip to content

Commit bd0b204

Browse files
ShyamQtshyamnathp
authored andcommitted
Add PySide6 tools to the BaseApp
- This makes tools like pyside6-uic, pyside6-rcc, pyside6-lupdate etc. available in the baseapp environment, and support using the BaseApp for developing PySide6 applications.
1 parent 9f21115 commit bd0b204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.qt.PySide.BaseApp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ modules:
2020
buildsystem: simple
2121
build-commands:
2222
- python3 setup.py build --qtpaths=/usr/bin/qtpaths --ignore-git --parallel=8
23-
--log-level=verbose --no-qt-tools --flatpak
23+
--log-level=verbose --flatpak
2424
- python3 create_wheels.py --build-dir ./build/qfp-*-release
2525
- rm -rf ./dist/PySide6_Examples*.whl
2626
- pip install ./dist/*.whl --prefix=${FLATPAK_DEST}

0 commit comments

Comments
 (0)