aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/shared
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-12-12 12:31:55 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-12-12 16:33:56 +0100
commit67c622ab807302f3b630100454a4e3a7a8e85676 (patch)
tree9ab2b934df76781d4d384c2c8dfe2b1e4487939a /src/app/shared
parent8a701eba1b01471deb11a85b67e63f0f5b8713f8 (diff)
Remove "local configuration" infrastructure.
The original "per source project" approach made no sense, and the search for a different use case was unsuccessful. Change-Id: Icaf5935202450c5492f69afb1ffd724dfd423134 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app/shared')
-rw-r--r--src/app/shared/specialplatformssetup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/shared/specialplatformssetup.cpp b/src/app/shared/specialplatformssetup.cpp
index 7423edeb1..3b7989518 100644
--- a/src/app/shared/specialplatformssetup.cpp
+++ b/src/app/shared/specialplatformssetup.cpp
@@ -59,7 +59,7 @@ void SpecialPlatformsSetup::setup()
foreach (const PlatformInfo &pi, gatherPlatformInfo()) {
writeConfigFile(pi, configBaseDir);
const QString registerCommandLine = QString::fromLocal8Bit("%1 config "
- "--global profiles.%2.qbs.platform %2").arg(qbsPath, pi.name);
+ "profiles.%2.qbs.platform %2").arg(qbsPath, pi.name);
runProcess(registerCommandLine, QProcessEnvironment::systemEnvironment());
}
}