Fix deploying Qt on Mac (qt quick imports)

Since we are using Qt Quick 2 now, Qt Creator also needs to find the Qt
Quick 2 imports.
Also make qmlpuppet (Qt Quick 1) optional for deploying Qt.

Task-number: QTBUG-33545

Change-Id: I296e4b3a1827f7b26841e94e15eda718afef81d0
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
Eike Ziller
2013-09-26 15:08:37 +02:00
parent 696b0a8b80
commit 455d597ac3
2 changed files with 15 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
[Paths]
Imports = Imports/qtquick1
Qml2Imports = Imports/qtquick2
Plugins = PlugIns