You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
570 B
Plaintext
26 lines
570 B
Plaintext
4 months ago
|
QT += opengl openglwidgets
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/avpacketqueuemanager.cpp \
|
||
|
$$PWD/readstream.cpp \
|
||
|
$$PWD/savestream.cpp \
|
||
|
$$PWD/decodestream.cpp \
|
||
|
$$PWD/pushstream.cpp \
|
||
|
$$PWD/videowidget.cpp \
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/avpacketqueuemanager.h \
|
||
|
$$PWD/readstream.h \
|
||
|
$$PWD/savestream.h \
|
||
|
$$PWD/decodestream.h \
|
||
|
$$PWD/pushstream.h \
|
||
|
$$PWD/videowidget.h \
|
||
|
$$PWD/ffmpeginclude.h \
|
||
|
|
||
|
DISTFILES += \
|
||
|
$$PWD/fragment.fsh \
|
||
|
$$PWD/vertex.vsh
|
||
|
|
||
|
RESOURCES += \
|
||
|
$$PWD/glrc.qrc
|