qml: Fix leftover reference to gstqsgtexture

Made it impossible to build with qmake as per the readme. The file was renamed to gstqsgmaterial a while ago.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5357>
This commit is contained in:
Piotr Brzeziński 2023-09-19 18:28:47 +02:00 committed by GStreamer Marge Bot
parent 42c65cc765
commit f3d98341e3

View file

@ -81,7 +81,7 @@ SOURCES += \
gstplugin.cc \
gstqtelement.cc \
gstqtglutility.cc \
gstqsgtexture.cc \
gstqsgmaterial.cc \
gstqtoverlay.cc \
gstqtsink.cc \
gstqtsrc.cc \
@ -91,7 +91,7 @@ SOURCES += \
HEADERS += \
gstqtelements.h \
gstqsgtexture.h \
gstqsgmaterial.h \
gstqtgl.h \
gstqtglutility.h \
gstqtoverlay.h \