summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2023-02-20 09:34:32 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2023-02-20 09:49:25 +0200
commit9ceb2d6e90df720ab8c13cb8eaa7d13b98e94f3e (patch)
tree4d2d8d209908bff8c717d1b87c9f1baaa67f6ece
parente8dcfb9ce447a7bf1096411af067bf8eb0132fe2 (diff)
downloadqtqa-9ceb2d6e90df720ab8c13cb8eaa7d13b98e94f3e.tar.gz
Fix build with QT_NO_PROCESS
Change-Id: I474903b6bc34398c17ec2c658cc6a51f92cdb5ba Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--tests/postbuild/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/postbuild/global.h b/tests/postbuild/global.h
index 69364bd..19c7359 100644
--- a/tests/postbuild/global.h
+++ b/tests/postbuild/global.h
@@ -150,7 +150,8 @@ QStringList qt_tests_shared_run_qmake(const QString &workDir,
QFile::remove(makeFile);
#else
- Q_UNUSED(modules);
+ Q_UNUSED(proFileContent);
+ Q_UNUSED(makeFileParser);
#endif // QT_NO_PROCESS
return result;