Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
21c3e014
Commit
21c3e014
authored
Aug 13, 2009
by
Daniel Molkentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proper directory separators on Windows.
parent
77f191e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
+2
-2
No files found.
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
21c3e014
...
...
@@ -134,11 +134,11 @@ void Qt4ProjectConfigWidget::updateDetails()
}
// Qt Version, Build Directory and Toolchain
m_ui
->
titleLabel
->
setText
(
tr
(
"using Qt Version: <b>%1</b><br>"
"with
T
oolchain <b>%2</b><br>"
"with
t
ool
chain <b>%2</b><br>"
"building in <b>%3</b>"
)
.
arg
(
versionString
,
ProjectExplorer
::
ToolChain
::
toolChainName
(
m_pro
->
toolChainType
(
m_buildConfiguration
)),
m_pro
->
buildDirectory
(
m_buildConfiguration
)));
QDir
::
toNativeSeparators
(
m_pro
->
buildDirectory
(
m_buildConfiguration
)))
)
;
}
void
Qt4ProjectConfigWidget
::
manageQtVersions
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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