forked from qt-creator/qt-creator
QmlJS: Try to build qmldump when opening a Qml project.
To make plugin dumping work without having to compile the debugging helpers explicitly. Reviewed-by: Kai Koehne
This commit is contained in:
@@ -132,7 +132,7 @@ void QmlProject::refresh(RefreshOptions options)
|
||||
pinfo.importPaths = importPaths();
|
||||
|
||||
if (pinfo.qmlDumpPath.isNull()) {
|
||||
pinfo.qmlDumpPath = Qt4ProjectManager::QmlDumpTool::qmlDumpPath();
|
||||
pinfo.qmlDumpPath = Qt4ProjectManager::QmlDumpTool::qmlDumpPath(this);
|
||||
}
|
||||
|
||||
m_modelManager->updateProjectInfo(pinfo);
|
||||
|
Reference in New Issue
Block a user