Fixes: Remove -CONFIG Mac hack

RevBy:    Ossi
This commit is contained in:
con
2009-03-11 16:06:36 +01:00
parent 4c019e8fba
commit 70b399a359

View File

@@ -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");