Merge commit 'origin/master'

This commit is contained in:
dt
2009-03-20 12:16:41 +01:00
70 changed files with 1871 additions and 339 deletions

View File

@@ -344,11 +344,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