diff options
| author | Ville Voutilainen <ville.voutilainen@qt.io> | 2023-02-20 09:34:32 +0200 |
|---|---|---|
| committer | Marianne Yrjänä <marianne.yrjana@qt.io> | 2025-05-16 12:35:16 +0300 |
| commit | 0f1c4fcf0bf11812554e8c907e1a39946be35256 (patch) | |
| tree | 2e93a68d0a0b22c4e9439252ccea3d50c6b388ae | |
| parent | 843bda0e6ec97ce7b09ddacb7996d515d944b088 (diff) | |
Fix build with QT_NO_PROCESSmaster
Change-Id: I474903b6bc34398c17ec2c658cc6a51f92cdb5ba
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 9ceb2d6e90df720ab8c13cb8eaa7d13b98e94f3e)
| -rw-r--r-- | tests/postbuild/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/postbuild/global.h b/tests/postbuild/global.h index e349d9dc..119c029a 100644 --- a/tests/postbuild/global.h +++ b/tests/postbuild/global.h @@ -175,7 +175,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; |
