From 19bba2faca1e1a1e6ddbb7a899a6894fc64c1723 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 12 Jun 2012 20:23:47 +0200 Subject: Separate the path for Qt Quick 1 plugins from Qt Quick 2 Install and load Qt Quick 1 plugins from imports/QtQuick1/... This is to avoid conflicts between Qt Quick 1 and 2 and cleanly spearate the plugins for both. Currently, e.g. the folderlistmodel exists for both, and gets installed into the same location. Change-Id: I55331a5a02148eacc3c615436d77eb97bf0fbd72 Reviewed-by: Lars Knoll --- src/imports/folderlistmodel/folderlistmodel.pro | 2 +- src/imports/gestures/gestures.pro | 2 +- src/imports/particles/particles.pro | 2 +- src/imports/shaders/shaders.pro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/imports') diff --git a/src/imports/folderlistmodel/folderlistmodel.pro b/src/imports/folderlistmodel/folderlistmodel.pro index d7a8884b..6b9bf1d6 100644 --- a/src/imports/folderlistmodel/folderlistmodel.pro +++ b/src/imports/folderlistmodel/folderlistmodel.pro @@ -1,5 +1,5 @@ TARGET = qmlfolderlistmodelplugin -TARGETPATH = Qt/labs/folderlistmodel +TARGETPATH = QtQuick1/Qt/labs/folderlistmodel include(../qimportbase.pri) QT += widgets quick1 script diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro index f1ea07a4..d382d0f1 100644 --- a/src/imports/gestures/gestures.pro +++ b/src/imports/gestures/gestures.pro @@ -1,5 +1,5 @@ TARGET = qmlgesturesplugin -TARGETPATH = Qt/labs/gestures +TARGETPATH = QtQuick1/Qt/labs/gestures include(../qimportbase.pri) QT += quick1 quick1-private widgets widgets-private gui gui-private core-private script-private diff --git a/src/imports/particles/particles.pro b/src/imports/particles/particles.pro index 45af41ad..f249a069 100644 --- a/src/imports/particles/particles.pro +++ b/src/imports/particles/particles.pro @@ -1,5 +1,5 @@ TARGET = qmlparticlesplugin -TARGETPATH = Qt/labs/particles +TARGETPATH = QtQuick1/Qt/labs/particles include(../qimportbase.pri) QT += quick1 quick1-private core-private gui-private widgets-private diff --git a/src/imports/shaders/shaders.pro b/src/imports/shaders/shaders.pro index 7572aac4..5fe70d6c 100644 --- a/src/imports/shaders/shaders.pro +++ b/src/imports/shaders/shaders.pro @@ -1,5 +1,5 @@ TARGET = qmlshadersplugin -TARGETPATH = Qt/labs/shaders +TARGETPATH = QtQuick1/Qt/labs/shaders include(../qimportbase.pri) QT += quick1 widgets opengl -- cgit v1.2.3