From bff9a9a47ee501b6f8479d472ba7909766ee62e7 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 18 Apr 2018 16:21:29 +0200 Subject: Document latest QtQuick.Particles import version to be 2.11 Since commit 214fbaa57b73296a0 the latest minor version of the import is automatically the Qt minor version, so let's also document this. Change-Id: I9443be62da5cc9fc281e167f38fa299c73115eda Reviewed-by: Simon Hausmann --- src/imports/particles/particles.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports') diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro index 4460d03a04..41146c75b0 100644 --- a/src/imports/particles/particles.pro +++ b/src/imports/particles/particles.pro @@ -1,7 +1,7 @@ CXX_MODULE = qml TARGET = particlesplugin TARGETPATH = QtQuick/Particles.2 -IMPORT_VERSION = 2.0 +IMPORT_VERSION = 2.$$QT_MINOR_VERSION SOURCES += \ plugin.cpp -- cgit v1.2.3