qt6: explicitly specify path to QtGui private headers when including qrhi_p.h

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7131>
This commit is contained in:
Tihran Katolikian 2024-07-03 16:08:40 +03:00 committed by GStreamer Marge Bot
parent 426616cca7
commit cc1d978d7f

View file

@ -29,7 +29,7 @@
#include <gst/gl/gl.h>
#include <gst/gl/gstglfuncs.h>
#include "gstqsg6material.h"
#include <private/qrhi_p.h>
#include <QtGui/private/qrhi_p.h>
#define GST_CAT_DEFAULT gst_qsg_texture_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);