From da4f45e403ad3eb11901dade45a128d6c89c1532 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 7 Sep 2012 15:21:00 +0200 Subject: Add .qmltypes files .qmltypes files are used by e.g. Qt Creator to provide code completion etc for QML types defined in plugins. The added files where generated with qmlplugindump, e.g. qmlplugindump QtQuick.Particles 2.0 > plugins.qmltypes (ideally make qmltypes would do the same, but it's not working as expected right now). The exception is the QtQuick plugin: Here the file is generated with qmlplugindump -builtins > plugins.qmltypes and contains also the types registered in the qml library itself. Change-Id: I1a6b6641cb5ec3ecffe08e8926d8c1bc082ae6de Reviewed-by: Christian Kamm --- src/imports/particles/particles.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imports/particles/particles.pro') diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro index d25f56064f..4460d03a04 100644 --- a/src/imports/particles/particles.pro +++ b/src/imports/particles/particles.pro @@ -1,6 +1,7 @@ CXX_MODULE = qml TARGET = particlesplugin TARGETPATH = QtQuick/Particles.2 +IMPORT_VERSION = 2.0 SOURCES += \ plugin.cpp -- cgit v1.2.3