From ef771a0fd70f05d7204fb8cbd8789aa1ed6eff4b Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 2 Apr 2020 11:51:21 +0200 Subject: Stop using resolvedUrl() to resolve QML files This is necessary to move away from imperative type registration of QML files (i.e. qmlRegisterType()). A later patch will use qmlRegisterModuleImport() to register the QtQuick.Controls import with the style set by the user, which will require each style to have a qmldir listing the files that it provides. Note that some plugins still register QML files, but these registrations will have to stay for now until we can split out "impl" plugins in later patches where those files can be registered. tst_qquickstyleselector will be added back in some other form in a follow-up patch. Task-number: QTBUG-82922 Change-Id: I8182533d9912ed493efda6eb91c69fc064af07ee Reviewed-by: Ulf Hermann --- tests/auto/qquickstyleselector/data/Label.qml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/auto/qquickstyleselector/data/Label.qml (limited to 'tests/auto/qquickstyleselector/data/Label.qml') diff --git a/tests/auto/qquickstyleselector/data/Label.qml b/tests/auto/qquickstyleselector/data/Label.qml deleted file mode 100644 index 23699c1c..00000000 --- a/tests/auto/qquickstyleselector/data/Label.qml +++ /dev/null @@ -1,2 +0,0 @@ -import QtQuick.Templates 2.12 as T -T.Label { } -- cgit v1.2.3