mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
qt: update qmake .pro file
Update for renaming of plugin file, and add some missing source files.
This commit is contained in:
parent
43827a05f9
commit
e16ad13ed6
1 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
TARGET = libgstqtsink
|
TARGET = gstqmlgl
|
||||||
|
|
||||||
QT += qml quick widgets
|
QT += qml quick widgets gui
|
||||||
|
|
||||||
QT_CONFIG -= no-pkg-config
|
QT_CONFIG -= no-pkg-config
|
||||||
CONFIG += link_pkgconfig debug plugin
|
CONFIG += link_pkgconfig debug plugin
|
||||||
|
@ -17,14 +17,20 @@ DEFINES += \
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
gstplugin.cc \
|
gstplugin.cc \
|
||||||
|
gstqtglutility.cc \
|
||||||
gstqsgtexture.cc \
|
gstqsgtexture.cc \
|
||||||
gstqtsink.cc \
|
gstqtsink.cc \
|
||||||
|
gstqtsrc.cc \
|
||||||
|
qtwindow.cc \
|
||||||
qtitem.cc
|
qtitem.cc
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
gstqsgtexture.h \
|
gstqsgtexture.h \
|
||||||
gstqtgl.h \
|
gstqtgl.h \
|
||||||
|
gstqtglutility.h \
|
||||||
gstqtsink.h \
|
gstqtsink.h \
|
||||||
|
gstqtsrc.h \
|
||||||
|
qtwindow.h \
|
||||||
qtitem.h
|
qtitem.h
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
|
|
Loading…
Reference in a new issue