pyside6: fix build

Update to latest version of 6.6.3.1 and workaround another build
issue by using unity build.

Fixes: QTBUG-123933
Task-number: PYSIDE-2673
Change-Id: Ife2b38966f5a019be54c39724c097af0c89bbb4d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2024-04-10 05:46:25 +00:00
parent c693c25577
commit d316ceaab0
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ PYSIDE_COMPILER = "${HOST_SYS}-g++"
PYSIDE_COMPILER:toolchain-clang = "${HOST_SYS}-clang++"
EXTRA_OECMAKE += "\
-DCMAKE_UNITY_BUILD=ON \
-DSTANDALONE=ON \
-DPYSIDE_TREAT_QT_INCLUDE_DIRS_AS_NON_SYSTEM=ON \
-DSHIBOKEN_GENERATOR_EXTRA_FLAGS='\

View File

@ -21,7 +21,7 @@ SRCREV = "${SRCREV_${QT_MODULE}}"
SRCREV_tqtc-qmlcompilerplus = "976dae30ade4b2e766e91861047c4971237a93d5"
SRCREV_tqtc-qtinsighttracker = "b1a9b31f0cf2a4eebdd372564be371b790fa190d"
SRCREV_tqtc-qtvncserver = "108f7ba06f92e729a6cc2b9d6b454a89258af0ef"
SRCREV_pyside-setup = "afbd87359bc5e959bac28cc0318794aa2231a91c"
SRCREV_pyside-setup = "5cad7f595f4cd7faa6e45a2ddf82f3bb14ab9140"
SRCREV_qt3d = "c5d6c942098327226ff0661b60adb3baef704992"
SRCREV_qt3d-assimp = "c60a259fd35f09b8896b2920d48c436145914aae"
SRCREV_qt5compat = "b495ada5f1eefc060f38a100b04ebc4c55abf076"