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
Marco Bubke
flatpak-qt-creator
Commits
fb4d9e69
Commit
fb4d9e69
authored
Mar 30, 2010
by
dt
Browse files
Fix error message
parent
83f5901b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtoptionspage.cpp
View file @
fb4d9e69
...
...
@@ -468,7 +468,7 @@ void QtOptionsPageWidget::showEnvironmentPage(QTreeWidgetItem *item)
if
(
!
m_versions
.
at
(
index
)
->
isValid
())
m_ui
->
errorLabel
->
setText
(
m_versions
.
at
(
index
)
->
invalidReason
());
else
m_ui
->
errorLabel
->
setText
(
tr
(
"
%1 does not specify a valid Qt installation"
).
arg
(
QDir
::
toNativeSeparators
(
m_versions
.
at
(
index
)
->
qmakeCommand
())
));
m_ui
->
errorLabel
->
setText
(
tr
(
"
This Qt Version has a unknown toolchain."
));
}
else
if
(
types
.
contains
(
ProjectExplorer
::
ToolChain
::
MinGW
))
{
makeMSVCVisible
(
false
);
makeMingwVisible
(
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