d31529db2d6a6c1eb0108fb4c9b520cd0aff2ba2
[novacoin.git] / dependencies / qt / scenegraph.patch
1 --- a/src/plugins/scenegraph/scenegraph.pro     2024-02-09 01:11:28.263528844 +0300
2 +++ b/src/plugins/scenegraph/scenegraph.pro     2024-02-09 01:34:10.617174164 +0300
3 @@ -1,5 +1,6 @@
4  TEMPLATE = subdirs
5  QT_FOR_CONFIG += quick
6 -qtConfig(d3d12): SUBDIRS += d3d12
7 +# I have no idea why there is no condition to exclude this for cross builds
8 +# qtConfig(d3d12): SUBDIRS += d3d12
9  qtConfig(openvg): SUBDIRS += openvg
10