mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
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:
parent
42c65cc765
commit
f3d98341e3
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue