X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=dependencies%2Fqt%2Fscenegraph.patch;fp=dependencies%2Fqt%2Fscenegraph.patch;h=d31529db2d6a6c1eb0108fb4c9b520cd0aff2ba2;hp=0000000000000000000000000000000000000000;hb=5aa9fce9769668e00807b47108899434a4beb431;hpb=b86e5bc6a6b14b161d0a29ea551ca41a34557975 diff --git a/dependencies/qt/scenegraph.patch b/dependencies/qt/scenegraph.patch new file mode 100644 index 0000000..d31529d --- /dev/null +++ b/dependencies/qt/scenegraph.patch @@ -0,0 +1,10 @@ +--- a/src/plugins/scenegraph/scenegraph.pro 2024-02-09 01:11:28.263528844 +0300 ++++ b/src/plugins/scenegraph/scenegraph.pro 2024-02-09 01:34:10.617174164 +0300 +@@ -1,5 +1,6 @@ + TEMPLATE = subdirs + QT_FOR_CONFIG += quick +-qtConfig(d3d12): SUBDIRS += d3d12 ++# I have no idea why there is no condition to exclude this for cross builds ++# qtConfig(d3d12): SUBDIRS += d3d12 + qtConfig(openvg): SUBDIRS += openvg +