QtQuickPrototype wizard: Set example importPaths to "asset_imports"

"asset_imports" is the default subpath where the QmlDesigner resource
importer will create QML modules with imported 3d assets.

Facitiltate the inclusion of these assets by having the asset_imports
directory as example importPath.

Change-Id: I6977ff2f2cc1c6d34f5def005bfef99313021ee7
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Alessandro Portale
2020-01-21 21:17:17 +01:00
parent 33e86cdbaa
commit 676db89e03

View File

@@ -16,5 +16,5 @@ Project {
directory: "."
}
/* List of plugin directories passed to QML runtime */
// importPaths: [ "../exampleplugin" ]
// importPaths: [ "asset_imports" ]
}