forked from qt-creator/qt-creator
Merge branch '1.0.0'
Conflicts: src/plugins/coreplugin/editormanager/stackededitorgroup.cpp src/plugins/debugger/gdbengine.cpp
This commit is contained in:
@@ -296,12 +296,13 @@ void QtVersionManager::updateSystemVersion()
|
||||
foreach (QtVersion *version, m_versions) {
|
||||
if (version->isSystemVersion()) {
|
||||
version->setPath(findSystemQt());
|
||||
version->setName(tr("Auto-detected Qt"));
|
||||
haveSystemVersion = true;
|
||||
}
|
||||
}
|
||||
if (haveSystemVersion)
|
||||
return;
|
||||
QtVersion *version = new QtVersion(tr("System Qt"),
|
||||
QtVersion *version = new QtVersion(tr("Auto-detected Qt"),
|
||||
findSystemQt(),
|
||||
getUniqueId(),
|
||||
true);
|
||||
|
Reference in New Issue
Block a user