qmlplugindump: Bump QtQuick.tooling version to 1.1.
authorChristian Kamm <christian.d.kamm@nokia.com>
Mon, 30 May 2011 08:20:29 +0000 (10:20 +0200)
committerChristian Kamm <christian.d.kamm@nokia.com>
Mon, 30 May 2011 09:35:46 +0000 (11:35 +0200)
Mirrors a change to qmlplugindump in
qtcreator/715cee76a9e46efb7f8245004aaa8a1c47b1618d

Reviewed-by: Kai Koehne
(cherry picked from commit 10f16bc55b9e5535bc3353260f97a32e18d70cf1)

tools/qmlplugindump/main.cpp

index e6bf24c..dda5d3d 100644 (file)
@@ -510,7 +510,7 @@ int main(int argc, char *argv[])
         engine->addImportPath(pluginImportPath);
 
     // find all QMetaObjects reachable from the builtin module
-    QByteArray importCode("import QtQuick 1.0\n");
+    QByteArray importCode("import QtQuick 1.1\n");
     QSet<const QMetaObject *> defaultReachable = collectReachableMetaObjects(importCode, engine);
 
     // this will hold the meta objects we want to dump information of