diff options
author | Łukasz Matysiak <[email protected]> | 2023-09-26 07:20:45 +0200 |
---|---|---|
committer | Łukasz Matysiak <[email protected]> | 2023-09-28 13:51:33 +0200 |
commit | c661dbd42d87f151e0c6f9e50fb21a137dad850c (patch) | |
tree | 61be81f8bbd81834899ba43e98e0572fa62a731d /src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp | |
parent | f791570b86ce4a0da45bb6e617701a48ee8189b7 (diff) |
Add -DQT_NO_INT128 to every target when building for VxWorks
qtypes.h defines qint128 and quint128 if __SIZEOF_128__ is defined.
VxWorks doesn't support 128bit ints (confirmed by the
WindRiver support team and by the fact that std::numeric_limits::is_specialized
returns false for those types), but clang defines that
symbol anyway.
-DQT_NO_INT128 is used to disable support for those types.
Task-number: QTBUG-115777
Change-Id: Iea024ad9e35734002ce516ebd8a7fa7f2352be62
Reviewed-by: Alexey Edelev <[email protected]>
Reviewed-by: Ivan Solovev <[email protected]>
Diffstat (limited to 'src/plugins/sqldrivers/sqlite/qsql_sqlite.cpp')
0 files changed, 0 insertions, 0 deletions