0 Star 0 Fork 2

fujingyuan/Qt5Player

forked from GongBaoDD/Qt5Player 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
player.pro 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
GongBaoDD 提交于 2014-07-22 07:57 . 20140722
TEMPLATE = app
TARGET = player
QT += multimedia \
multimediawidgets \
widgets \
sql
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
HEADERS = \
player.h \
playercontrols.h \
playlistmodel.h \
videowidget.h \
mediacenter.h \
connection.h
SOURCES = main.cpp \
player.cpp \
playercontrols.cpp \
playlistmodel.cpp \
videowidget.cpp \
mediacenter.cpp \
connection.cpp
maemo* {
DEFINES += PLAYER_NO_COLOROPTIONS
}
target.path = $$[QT_INSTALL_EXAMPLES]/multimediawidgets/player
INSTALLS += target
FORMS +=
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fujingyuan/Qt5Player.git
git@gitee.com:fujingyuan/Qt5Player.git
fujingyuan
Qt5Player
Qt5Player
master

搜索帮助