From 23a6a1c26b3206a53f8b3019c3a7dcff8a623a24 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 22 Nov 2011 12:01:48 +0100 Subject: Add QtQuick1 plugin's major version to target path This ensures that the plugin is only loaded when "import QtQuick 1.0" (or 1.x, rather) is used, and not when "import QtQuick 2.0" (or a later version) is used. Change-Id: I3f7621f316449071d7a891c72840ab1d2fd6b962 Reviewed-by: Aaron Kennedy --- src/imports/qtquick1/qtquick1.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/imports/qtquick1/qtquick1.pro b/src/imports/qtquick1/qtquick1.pro index 1c7e324212..0ba435daa7 100644 --- a/src/imports/qtquick1/qtquick1.pro +++ b/src/imports/qtquick1/qtquick1.pro @@ -1,5 +1,5 @@ TARGET = qtquick1plugin -TARGETPATH = QtQuick +TARGETPATH = QtQuick.1 include(../qimportbase.pri) SOURCES += \ -- cgit v1.2.3