Skip to content
GitLab
Menu
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
70b399a3
Commit
70b399a3
authored
Mar 11, 2009
by
con
Browse files
Fixes: Remove -CONFIG Mac hack
RevBy: Ossi
parent
4c019e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
View file @
70b399a3
...
...
@@ -299,7 +299,7 @@ void Qt4RunConfiguration::updateCachedValues()
}
#if defined (Q_OS_MAC)
if
(
!
reader
->
values
(
"
-
CONFIG"
).
contains
(
"app_bundle"
))
{
if
(
reader
->
values
(
"CONFIG"
).
contains
(
"app_bundle"
))
{
destDir
+=
QLatin1Char
(
'/'
)
+
"${QMAKE_TARGET}"
+
QLatin1String
(
".app/Contents/MacOS"
);
...
...
Write
Preview
Supports
Markdown
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