From 0ced82a8cf8472a79b08db05d441caf778ac9131 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 17 Jan 2020 10:32:49 +0100 Subject: Drop all the .2 from import directories No one is going to import version 1 of those anymore, and we will be able to export multiple major versions from the same plugin in Qt6. Change-Id: Icb2b80d349498f0e7c14d27ebba76f3d100d85e8 Reviewed-by: Fabian Kosmale Reviewed-by: Shawn Rutledge --- src/particles/particles.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/particles') diff --git a/src/particles/particles.pro b/src/particles/particles.pro index f4efb140bd..83f6f1c83e 100644 --- a/src/particles/particles.pro +++ b/src/particles/particles.pro @@ -17,7 +17,7 @@ exists("qqml_enable_gcov") { include(particles.pri) QMLTYPES_FILENAME = plugins.qmltypes -QMLTYPES_INSTALL_DIR = $$[QT_INSTALL_QML]/QtQuick/Particles.2 +QMLTYPES_INSTALL_DIR = $$[QT_INSTALL_QML]/QtQuick/Particles QML_IMPORT_NAME = QtQuick.Particles IMPORT_VERSION = 2.15 CONFIG += qmltypes install_qmltypes install_metatypes -- cgit v1.2.3