forked from qt-creator/qt-creator
QmlDesigner: Build should not succeed if temp is unavailable
Change-Id: I6288fc085d8a55d16067f140516f4f83f822dd76 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
@@ -175,8 +175,6 @@ bool PuppetCreator::build(const QString &qmlPuppetProjectFilePath) const
|
|||||||
"So now the fallback version will be used "
|
"So now the fallback version will be used "
|
||||||
"which is not supporting all features."
|
"which is not supporting all features."
|
||||||
));
|
));
|
||||||
} else {
|
|
||||||
buildSucceeded = true;
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Qt Version is not supported"),
|
QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Qt Version is not supported"),
|
||||||
|
Reference in New Issue
Block a user