26 lines
570 B
Plaintext
26 lines
570 B
Plaintext
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
|