mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
18972fc942
- Based heavily on the existing Qt5 integration however: - The sharing of OpenGL resources is slightly different - The integration with the scengraph is a bit different - Wayland, XCB and KMS have been smoke tested. Android, MacOS/iOS, Windows may or may not work. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3281>
20 lines
359 B
Prolog
20 lines
359 B
Prolog
TEMPLATE = app
|
|
|
|
QT += qml quick widgets
|
|
|
|
QT_CONFIG -= no-pkg-config
|
|
CONFIG += link_pkgconfig debug
|
|
PKGCONFIG = \
|
|
gstreamer-1.0 \
|
|
gstreamer-video-1.0
|
|
|
|
DEFINES += GST_USE_UNSTABLE_API
|
|
|
|
INCLUDEPATH += ../lib
|
|
|
|
SOURCES += main.cpp
|
|
|
|
RESOURCES += qmlsink.qrc
|
|
|
|
# Additional import path used to resolve QML modules in Qt Creator's code model
|
|
QML_IMPORT_PATH =
|