forked from qt-creator/qt-creator
StudioWelcome: Fix imports
Change-Id: I1096c6427ef2033592d609834a0eb2e199804542 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user