getting running on linux desktop

This commit is contained in:
talksik
2023-08-18 15:23:02 -07:00
parent 6b88d5d694
commit 656fd421de
43 changed files with 4423 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
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 =