From 31e2c7115987211611b8e39401c4055de23ec0fc Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Thu, 26 Jun 2014 17:23:00 +0200 Subject: [PATCH] QmlDesigner: Build should not succeed if temp is unavailable Change-Id: I6288fc085d8a55d16067f140516f4f83f822dd76 Reviewed-by: Tim Jenssen --- .../qmldesigner/designercore/instances/puppetcreator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp b/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp index 826cea64617..48532b92893 100644 --- a/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp +++ b/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp @@ -175,8 +175,6 @@ bool PuppetCreator::build(const QString &qmlPuppetProjectFilePath) const "So now the fallback version will be used " "which is not supporting all features." )); - } else { - buildSucceeded = true; } } else { QmlDesignerWarning::show(QCoreApplication::translate("PuppetCreator", "Qt Version is not supported"),