mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20: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 \
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue