Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
7b8b9479
Commit
7b8b9479
authored
Feb 17, 2009
by
con
Browse files
Fixes: - Rename System Qt to perhaps avoid some confusion.
Task: - 243948
parent
c05e9347
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
7b8b9479
...
...
@@ -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
(
"
Sys
te
m
Qt"
),
QtVersion
*
version
=
new
QtVersion
(
tr
(
"
Auto-detec
te
d
Qt"
),
findSystemQt
(),
getUniqueId
(),
true
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment