diff options
| author | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2019-09-19 11:03:33 +0200 |
|---|---|---|
| committer | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2019-10-25 10:25:46 +0200 |
| commit | e2675b8329f2d1adc122f299aeb324a670ad4fbd (patch) | |
| tree | fd3646fe8f5119865555559721f02ffd0990f1d5 /build_scripts/utils.py | |
| parent | 0aea91d5dc3fc205e0e96fee9715253acd8bf207 (diff) | |
Replace pyside2 uic/rcc
After the compatibility patches for uic and rcc,
is now possible to generate Python code by using the option
'-g python':
uic -g python file.ui -o ui_file.py
rcc -g python file.qrc -o rc_file.py
This patch depends on many changes on the 'pyside2-tools'
submodule, which mainly remove the old implementations of pyside2-uic
and pyside2-rcc.
The pyside_tool.py wrapper is now in charge of calling the uic and rcc
binaries, with the -g python every time the pyside2-uic and pyside2-rcc
binaries are called. To achieve this, we are now shipping the uic and rcc
binaries from the Qt installation.
Fixes: PYSIDE-1098
Change-Id: Ibdec0012f7ed671cd99424e1258c20649609c2da
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/utils.py')
0 files changed, 0 insertions, 0 deletions
