From f3d98341e3a23c90b282adb443c65d679302976b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Brzezi=C5=84ski?= Date: Tue, 19 Sep 2023 18:28:47 +0200 Subject: [PATCH] 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: --- subprojects/gst-plugins-good/ext/qt/qtplugin.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-good/ext/qt/qtplugin.pro b/subprojects/gst-plugins-good/ext/qt/qtplugin.pro index d772ae5069..8c2d0e9751 100644 --- a/subprojects/gst-plugins-good/ext/qt/qtplugin.pro +++ b/subprojects/gst-plugins-good/ext/qt/qtplugin.pro @@ -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 \