forked from qt-creator/qt-creator
QmlJS: Allow QML plugins to ship pre-dumped type descriptions.
If there's a library.xml file next to the qmldir file, Creator will read that instead of trying to run qmldump on the library. Reviewed-by: Erik Verbruggen
This commit is contained in:
@@ -72,6 +72,9 @@ private:
|
||||
QString qmldirPath;
|
||||
QString importPath;
|
||||
QString importUri;
|
||||
|
||||
bool hasPredumpedXmlFile() const;
|
||||
QString predumpedXmlFilePath() const;
|
||||
};
|
||||
|
||||
void dump(const Plugin &plugin);
|
||||
|
||||
Reference in New Issue
Block a user