forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: src/plugins/qt4projectmanager/qt4buildconfiguration.cpp src/plugins/qtsupport/baseqtversion.cpp Change-Id: I288eeb1137e1b08d6c0d69f394cbb0fe1a937b68
This commit is contained in:
@@ -180,6 +180,7 @@ void QmlProject::refresh(RefreshOptions options)
|
||||
if (version) {
|
||||
pinfo.tryQmlDump = true;
|
||||
pinfo.qtImportsPath = version->qmakeProperty("QT_INSTALL_IMPORTS");
|
||||
pinfo.qtQmlPath = version->qmakeProperty("QT_INSTALL_QML");
|
||||
pinfo.qtVersionString = version->qtVersionString();
|
||||
}
|
||||
m_modelManager->updateProjectInfo(pinfo);
|
||||
|
Reference in New Issue
Block a user