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
6cb5ea76
Commit
6cb5ea76
authored
Mar 19, 2009
by
dt
Browse files
Fixes: Compile
parent
b3ec859c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
View file @
6cb5ea76
...
...
@@ -336,7 +336,7 @@ void Qt4RunConfiguration::updateTarget()
if
(
projectBuildConfiguration
&
QtVersion
::
DebugBuild
)
qmakeBuildConfig
=
"debug"
;
if
(
!
reader
->
contains
(
"DESTDIR"
))
dest
Dir
+=
QLatin1Char
(
'/'
)
+
qmakeBuildConfig
;
m_working
Dir
+=
QLatin1Char
(
'/'
)
+
qmakeBuildConfig
;
#endif
}
...
...
@@ -345,7 +345,7 @@ void Qt4RunConfiguration::updateTarget()
QString
qmakeBuildConfig
=
"release"
;
if
(
projectBuildConfiguration
&
QtVersion
::
DebugBuild
)
qmakeBuildConfig
=
"debug"
;
dest
Dir
+=
QLatin1Char
(
'/'
)
m_working
Dir
+=
QLatin1Char
(
'/'
)
+
qmakeBuildConfig
+
QLatin1String
(
".app/Contents/MacOS"
);
}
...
...
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