From e4395f3f680ec30ad6be4eadf7cf0e1ff64d7615 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 4 Dec 2020 11:14:27 +0100 Subject: Fix uic/rcc generating outdated export for Qt for Python Bump version to 6. Fixes: QTBUG-89124 Change-Id: Ifcf60552b5b6efb86f79da34da9c34b8efae9fa4 Reviewed-by: Cristian Maureira-Fredes (cherry picked from commit fc9cda5f08ac848e88f63dd4a07c08b2fbc6bf17) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected | 2 +- tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected32 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/tools/rcc/data') diff --git a/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected b/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected index 99ef16c226..366cd20e33 100644 --- a/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected +++ b/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected @@ -3,7 +3,7 @@ # Created by: The Resource Compiler for Qt version 6.0.0 # WARNING! All changes made in this file will be lost! -from PySide2 import QtCore +from PySide6 import QtCore qt_resource_data = b"\ \x00\x00\x00#\ diff --git a/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected32 b/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected32 index c1c6b29fe8..1d47fa5d30 100644 --- a/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected32 +++ b/tests/auto/tools/rcc/data/sizes/size-2-0-35-1_python.expected32 @@ -3,7 +3,7 @@ # Created by: The Resource Compiler for Qt version 6.0.0 # WARNING! All changes made in this file will be lost! -from PySide2 import QtCore +from PySide6 import QtCore qt_resource_data = b"\ \x00\x00\x00#\ -- cgit v1.2.3