diff options
| author | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2025-11-19 00:39:41 +0200 |
|---|---|---|
| committer | Assam Boudjelthia <assam.boudjelthia@qt.io> | 2025-11-25 19:15:33 +0200 |
| commit | 4df87d49a89b37f00e29cfda3e9828b64c591e95 (patch) | |
| tree | c5f11ae5d214b2c6b0bba9126634bd99a5307334 /src/corelib/tools | |
| parent | 1eb5daffa6e232908a35a61520c262602f5c9cf4 (diff) | |
Android: fix warnings of header qtcore-config_p.h is not used directly
This fixes a build error from having multiple redefined macros, and
also avoids the warning of:
Included header qtcore-config_p.h is not used directly (fixes
available) (clangd unused-includes)
Change-Id: Ie1575d7dd61d4747be0dc876300063ca3feb9191
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/corelib/tools')
| -rw-r--r-- | src/corelib/tools/qcryptographichash.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/tools/qcryptographichash.cpp b/src/corelib/tools/qcryptographichash.cpp index 092ff46b084..53cca38ba7b 100644 --- a/src/corelib/tools/qcryptographichash.cpp +++ b/src/corelib/tools/qcryptographichash.cpp @@ -101,8 +101,6 @@ static inline int SHA384_512AddLength(SHA512Context *context, unsigned int lengt } #endif // !QT_CONFIG(opensslv30) -#include "qtcore-config_p.h" - #if QT_CONFIG(system_libb2) #include <blake2.h> #else |
