aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-04 11:09:58 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-06-04 09:47:22 +0000
commitbadd2455644cf73792ffd9f994082d78ee11d87c (patch)
tree1e0fe4de24f8e84aa7bade9f9a5c5e9a43049ec7 /src/plugins/studiowelcome
parent6fc314734882e73a812c4761245c2c3d2ed9ab56 (diff)
StudioWelcome: Fix imports
Change-Id: I1096c6427ef2033592d609834a0eb2e199804542 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/studiowelcome')
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject b/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject
index 415e8f203d..de393d88b0 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject
+++ b/src/plugins/studiowelcome/qml/splashscreen/welcome_screens.qmlproject
@@ -39,7 +39,7 @@ Project {
directory: "."
}
/* List of plugin directories passed to QML runtime */
- importPaths: [ "../../../../share/3rdparty/studiofonts" ]
+ importPaths: [ "imports", "mockData", "../../../../share/3rdparty/studiofonts" ]
Environment {
QT_AUTO_SCREEN_SCALE_FACTOR: "1"