From 676db89e0350b56c860ad077fe63383c28308b50 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 21 Jan 2020 21:17:17 +0100 Subject: [PATCH] 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 --- .../wizards/projects/qtquickuiprototype/app.qmlproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject b/share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject index c6519187e5b..ba968ab2cd0 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject +++ b/share/qtcreator/templates/wizards/projects/qtquickuiprototype/app.qmlproject @@ -16,5 +16,5 @@ Project { directory: "." } /* List of plugin directories passed to QML runtime */ - // importPaths: [ "../exampleplugin" ] + // importPaths: [ "asset_imports" ] }