summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlproject.cpp
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-09-30 14:38:56 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2010-09-30 15:10:33 +0200
commit00a8d9c32b7a33e85ade9de8da835bb2b8d0f2ed (patch)
treed4112d5766461ff19c70ebe62cb1f0ecfc01d402 /src/plugins/qmlprojectmanager/qmlproject.cpp
parentbb543b32a37f110b040e3a3b68a7eb45a01b8740 (diff)
downloadqt-creator-00a8d9c32b7a33e85ade9de8da835bb2b8d0f2ed.tar.gz
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
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.cpp')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.cpp b/src/plugins/qmlprojectmanager/qmlproject.cpp
index 52147a75bc..83486bbaf9 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.cpp
+++ b/src/plugins/qmlprojectmanager/qmlproject.cpp
@@ -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);