1 Star 10 Fork 4

tgtsml / QtPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GtsmlPlayer.pro 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
tgtsml 提交于 2020-07-07 00:31 . update play thread
QT += core gui widgets
TEMPLATE = app
TARGET = GtsmlPlayer
DESTDIR = $$PWD/bin
CONFIG += c++11
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
main.cpp \
mainwindow.cpp \
playthread.cpp \
xslider.cpp
HEADERS += \
mainwindow.h \
playthread.h \
xslider.h
FORMS += \
mainwindow.ui
INCLUDEPATH += $$PWD/include
LIBS += -L$$PWD/lib -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lpostproc -lswresample -lswscale -lSDL2 -lSDL2main
RESOURCES += \
res.qrc
C++
1
https://gitee.com/tgtsml/QtPlayer.git
git@gitee.com:tgtsml/QtPlayer.git
tgtsml
QtPlayer
QtPlayer
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891