summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/math3d.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-11-18 13:17:31 +0100
committerLars Knoll <lars.knoll@qt.io>2020-11-19 12:28:45 +0100
commitb4c17476129e07dd3bf52c6aac8a51cf30c2dd3a (patch)
tree32cc637ccb7e35186c3b71146596427ea6175555 /src/gui/math3d/math3d.pri
parent185d212bf54d08ac4b3e4262e1f1cc3461cce881 (diff)
Make QMetaTypeInterface constexpr on Windows
This was so far problematic as it gave various link errors. The solution to that seems to be to make the default constructor of QPairVariantInterfaceImpl constexpr to get around one set of problems. The other problem to solve where undefined references to metaobjects. The reason for that is apparently that QMetaTypeInterface contains a direct pointer to the meta object, something the linker doesn't like. Adding a level of indirection by using a function that returns the pointer seems to solve that problem. Fixes: QTBUG-88468 Change-Id: I5612ae807ea3b7e49bc40349d8d1fca1be9bd7ee Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/gui/math3d/math3d.pri')
0 files changed, 0 insertions, 0 deletions