From 44847322109bd237498f3f74c4784bf27757a810 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 26 Mar 2020 16:07:16 +0100 Subject: Remove ".2" from TARGETPATH, resource prefixes, etc. Qt Quick Controls 1 will be removed in Qt 6, so now we can have the simplified path for ourselves. Having the .2 in the path causes issues for importing now that the version is being bumped to 6. Task-number: QTBUG-82922 Change-Id: I0b92cdd44c42c19b1c82e7b9a7959b86ac26c6e2 Reviewed-by: Ulf Hermann --- src/imports/controlsimpl/controlsimpl.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/controlsimpl') diff --git a/src/imports/controlsimpl/controlsimpl.pro b/src/imports/controlsimpl/controlsimpl.pro index 70f3e170..89d4e1bd 100644 --- a/src/imports/controlsimpl/controlsimpl.pro +++ b/src/imports/controlsimpl/controlsimpl.pro @@ -1,5 +1,5 @@ TARGET = qtquickcontrols2implplugin -TARGETPATH = QtQuick/Controls.2/impl +TARGETPATH = QtQuick/Controls/impl IMPORT_VERSION = 2.$$QT_MINOR_VERSION QT += qml quick -- cgit v1.2.3