From d8f65b5924b4cfb4db04f6b913cc3728f26d559a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 9 Jul 2012 18:49:37 +0200 Subject: use centralized qml plugin project handling Change-Id: I27b773b042560d3a95d943ad942e84d9aaeeba40 Reviewed-by: Rohan McGovern --- src/imports/particles/particles.pro | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/imports/particles/particles.pro') diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro index a9d0ece448..d25f56064f 100644 --- a/src/imports/particles/particles.pro +++ b/src/imports/particles/particles.pro @@ -1,19 +1,10 @@ +CXX_MODULE = qml TARGET = particlesplugin TARGETPATH = QtQuick/Particles.2 -include(../qimportbase.pri) SOURCES += \ plugin.cpp QT += quick-private quickparticles-private qml-private -OTHER_FILES += \ - qmldir - -DESTDIR = $$QT.qml.imports/$$TARGETPATH -target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH - -qmldir.files += $$PWD/qmldir -qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH - -INSTALLS += target qmldir +load(qml_plugin) -- cgit v1.2.3