forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.7'
Conflicts: doc/src/debugger/qtquick-debugger-example.qdoc Change-Id: If9a6ac2db76773c50aae26c5156e6aa2603329b3
This commit is contained in:
@@ -574,7 +574,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