aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/main.cpp
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-06-03 11:46:35 +0200
committerCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-06-16 15:03:17 +0200
commit67b971fea687b26e466a20fa01a830f9ac682c39 (patch)
treedcf5eb51875e20cb10b5859e1d92a5697a240a30 /sources/shiboken2/generator/main.cpp
parentf2e63d3588c8422d84d9ff5480427a83d68083bb (diff)
Use pyside2-uic instead of uic for the loadUiType
Since we deploy the pyside2-uic wrapper inside the bin/ directory of virtual environments, that takes care of using the 'uic' binary we ship with the wheels, which is located in site-packages/PySide2/. The current implementation of loadUiType, runs 'uic -g python' but for people without a Qt installation, it has no effect since 'uic' is neither in PATH, nor in the system. Using 'pyside2-uic' instead will solve this issue. Task-number: PYSIDE-1223 Change-Id: I2c801a16c9ff4faa5cf8711bd718a634f017e592 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken2/generator/main.cpp')
0 files changed, 0 insertions, 0 deletions