androiddeployqt: Do not check for stdcpp-path in auxiliary mode
Fixes: QBS-1429 Change-Id: I189bc42fdee5e63f55705084247fbfc4448a6b65 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
a5cded843f
commit
1366c4f046
@ -891,7 +891,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");
|
||||
|
Loading…
Reference in New Issue
Block a user