diff options
Diffstat (limited to 'tests/postbuild/global.h')
| -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; |
