forked from qt-creator/qt-creator
Fixes: Remove -CONFIG Mac hack
RevBy: Ossi
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user