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
393eb142
Commit
393eb142
authored
Mar 19, 2009
by
con
Browse files
Make running work on Mac again.
parent
824265d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
View file @
393eb142
...
...
@@ -342,11 +342,8 @@ void Qt4RunConfiguration::updateTarget()
#if defined (Q_OS_MAC)
if
(
reader
->
values
(
"CONFIG"
).
contains
(
"app_bundle"
))
{
QString
qmakeBuildConfig
=
"release"
;
if
(
projectBuildConfiguration
&
QtVersion
::
DebugBuild
)
qmakeBuildConfig
=
"debug"
;
m_workingDir
+=
QLatin1Char
(
'/'
)
+
qmakeBuildConfig
+
reader
->
value
(
"TARGET"
)
+
QLatin1String
(
".app/Contents/MacOS"
);
}
#endif
...
...
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