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 \ gstplugin.cc \
gstqtelement.cc \ gstqtelement.cc \
gstqtglutility.cc \ gstqtglutility.cc \
gstqsgtexture.cc \ gstqsgmaterial.cc \
gstqtoverlay.cc \ gstqtoverlay.cc \
gstqtsink.cc \ gstqtsink.cc \
gstqtsrc.cc \ gstqtsrc.cc \
@ -91,7 +91,7 @@ SOURCES += \
HEADERS += \ HEADERS += \
gstqtelements.h \ gstqtelements.h \
gstqsgtexture.h \ gstqsgmaterial.h \
gstqtgl.h \ gstqtgl.h \
gstqtglutility.h \ gstqtglutility.h \
gstqtoverlay.h \ gstqtoverlay.h \