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 <aaron.kennedy@nokia.com>
This commit is contained in:
Kent Hansen 2011-11-22 12:01:48 +01:00 committed by Qt by Nokia
parent 371b2f6947
commit 23a6a1c26b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TARGET = qtquick1plugin
TARGETPATH = QtQuick
TARGETPATH = QtQuick.1
include(../qimportbase.pri)
SOURCES += \