summaryrefslogtreecommitdiff
path: root/src/libs/utils/buildablehelperlibrary.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-11-01 15:31:19 +0100
committerEike Ziller <eike.ziller@qt.io>2019-11-01 15:31:19 +0100
commit04bd6e39c8991fcb89ab15728f622a5a3ae8f0b2 (patch)
tree0517ecde8091d1680651853a4a9d209c0636cffd /src/libs/utils/buildablehelperlibrary.cpp
parentc92c255d1043f11478a61c1caae4069e7ef47114 (diff)
parenta1d22fd2f79afab8b2379f6d93bcb417b9c8e7d5 (diff)
downloadqt-creator-04bd6e39c8991fcb89ab15728f622a5a3ae8f0b2.tar.gz
Merge remote-tracking branch 'origin/4.11'
Conflicts: share/qtcreator/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.cpp Change-Id: I8ea57eba526ab830608fd928c28771c5441749f8
Diffstat (limited to 'src/libs/utils/buildablehelperlibrary.cpp')
-rw-r--r--src/libs/utils/buildablehelperlibrary.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/utils/buildablehelperlibrary.cpp b/src/libs/utils/buildablehelperlibrary.cpp
index 0e19dba5e9..e1e75148fd 100644
--- a/src/libs/utils/buildablehelperlibrary.cpp
+++ b/src/libs/utils/buildablehelperlibrary.cpp
@@ -338,9 +338,7 @@ bool BuildableHelperLibrary::buildHelper(const BuildHelperArguments &arguments,
log->append(QCoreApplication::translate("ProjectExplorer::BuildableHelperLibrary",
"Running %1 %2 ...\n")
.arg(makeFullPath.toUserOutput(), arguments.makeArguments.join(QLatin1Char(' '))));
- if (!runBuildProcess(proc, makeFullPath, arguments.makeArguments, 120, false, log, errorMessage))
- return false;
- return true;
+ return runBuildProcess(proc, makeFullPath, arguments.makeArguments, 120, false, log, errorMessage);
}
bool BuildableHelperLibrary::getHelperFileInfoFor(const QStringList &validBinaryFilenames,