aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.h
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2019-10-22 16:29:40 +0200
committerUlf Hermann <[email protected]>2019-10-31 09:07:57 +0000
commit1e587831d14268e37f039bd1bf74e2ea2879967d (patch)
treea0e4c6b0f9ac33d88a4565dcb2a86ae60ca75d10 /src/libs/qmljs/qmljsmodelmanagerinterface.h
parent7a4cf827d931eb47bae30a1fd30c5598f888d033 (diff)
QmlJS: Scan app.qmltypes and lib.qmltypes for type information
app.qmltypes is being added as a new convention to Qt 5.15. These files are to be found next to application binaries, and contain the QML types those application register themselves, in contrast to QML types registered from plugins loaded via the regular import mechanism. lib.qmltypes works the same way, in principle, for libraries. This change only adds it to the possible names for qmltypes files, though. Change-Id: I1d7c5835c8c3e988d214c5cdb949ca677b48dfc5 Reviewed-by: Simon Hausmann <[email protected]> Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.h')
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h
index bd2f7f7ea5a..4337adcb794 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.h
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h
@@ -71,6 +71,7 @@ public:
QStringList activeResourceFiles;
QStringList allResourceFiles;
QHash<QString, QString> resourceFileContents;
+ QStringList applicationDirectories;
// whether trying to run qmldump makes sense
bool tryQmlDump = false;