aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-09-19 11:03:33 +0200
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-10-25 10:25:46 +0200
commite2675b8329f2d1adc122f299aeb324a670ad4fbd (patch)
treefd3646fe8f5119865555559721f02ffd0990f1d5 /sources
parent0aea91d5dc3fc205e0e96fee9715253acd8bf207 (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 'sources')
m---------sources/pyside2-tools0
1 files changed, 0 insertions, 0 deletions
diff --git a/sources/pyside2-tools b/sources/pyside2-tools
-Subproject e067832f2864c30e90cb2a25b840775ae2a3497
+Subproject 1231fbf82827c2d54f234a3ad4bccd98ee879e8