Revert "androiddeployqt: Do not check for stdcpp-path in auxiliary mode"

stdcpp-path is needed to set the correct stdc++ library in libs.xml file.

This reverts commit 1366c4f046.

Change-Id: I79b398c5d97c1e98bf503ef7b95b2e9f0f18bc11
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
bb10
BogDan Vatra 2019-04-22 10:04:22 +03:00 committed by BogDan Vatra
parent 1d128ed1df
commit fc2e9ac7e0
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ bool readInputFile(Options *options)
options->extraPlugins = extraPlugins.toString().split(QLatin1Char(','));
}
if (!options->auxMode) {
{
const QJsonValue stdcppPath = jsonObject.value(QStringLiteral("stdcpp-path"));
if (stdcppPath.isUndefined()) {
fprintf(stderr, "No stdcpp-path defined in json file.\n");