forked from qt-creator/qt-creator
Qbs: Fix logic inversion
Change-Id: I635a1a9704171f70ef07dbe2ba23806cec0136b1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -395,7 +395,7 @@ void QbsProject::parse(const QVariantMap &config, const Utils::Environment &env,
|
||||
qbs::SetupProjectParameters params;
|
||||
params.setBuildConfiguration(config);
|
||||
qbs::ErrorInfo err = params.expandBuildConfiguration(m_manager->settings());
|
||||
if (!err.hasError()) {
|
||||
if (err.hasError()) {
|
||||
generateErrors(err);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user