forked from qt-creator/qt-creator
Fix qbs submodule installation.
We want the qbs library and resources to be placed in the canonical places when installing Qt Creator. This also makes it necessary to change the location of the respective files in the build directory. Change-Id: I8e78ec5aa0e8b728ccca96d45a647c1488961ea0 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
Eike Ziller
parent
57d4d9480b
commit
cea78fccbd
@@ -568,7 +568,7 @@ QString QbsProject::qbsBuildDir() const
|
||||
QString buildDir = Utils::Environment::systemEnvironment()
|
||||
.value(QLatin1String("QBS_BUILD_DIR"));
|
||||
if (buildDir.isEmpty())
|
||||
buildDir = QLatin1String(QBS_BUILD_DIR);
|
||||
buildDir = Core::ICore::resourcePath() + QLatin1String("/qbs");
|
||||
return buildDir;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user