From e16ad13ed6f3aabc7fbca1bbcd30663cacb0bf94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 13 Oct 2017 12:25:22 +0100 Subject: [PATCH] qt: update qmake .pro file Update for renaming of plugin file, and add some missing source files. --- ext/qt/qtplugin.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ext/qt/qtplugin.pro b/ext/qt/qtplugin.pro index ad0fa01..2337087 100644 --- a/ext/qt/qtplugin.pro +++ b/ext/qt/qtplugin.pro @@ -1,8 +1,8 @@ TEMPLATE = lib -TARGET = libgstqtsink +TARGET = gstqmlgl -QT += qml quick widgets +QT += qml quick widgets gui QT_CONFIG -= no-pkg-config CONFIG += link_pkgconfig debug plugin @@ -17,14 +17,20 @@ DEFINES += \ SOURCES += \ gstplugin.cc \ + gstqtglutility.cc \ gstqsgtexture.cc \ gstqtsink.cc \ + gstqtsrc.cc \ + qtwindow.cc \ qtitem.cc HEADERS += \ gstqsgtexture.h \ gstqtgl.h \ + gstqtglutility.h \ gstqtsink.h \ + gstqtsrc.h \ + qtwindow.h \ qtitem.h INCLUDEPATH += \ -- 2.7.4