1 Star 10 Fork 2

Young / HSPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
HSPLayer.pro 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
Young 提交于 2019-02-25 14:11 . upload code
#-------------------------------------------------
#
# Project created by QtCreator 2019-02-22T14:28:22
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = HSPLayer
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
CONFIG += c++11
SOURCES += \
main.cpp \
config/hecp_get_data.cpp \
config/config.cpp \
config/qt_hecp.c \
hsPlayer/hsplayer.cpp \
hsPlayer/hsffmpeg.cpp
HEADERS += \
config/qt_hecp.h \
config/hecp_get_data.h \
config/config.h \
hsPlayer/hsplayer.h \
hsPlayer/hsffmpeg.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
##############LIB____SDL2#######################
unix:!macx: LIBS += -L$$PWD/sdl2/lib/ -lSDL2
INCLUDEPATH += $$PWD/sdl2/include
DEPENDPATH += $$PWD/sdl2/include
###################FFFMPEG4.1#########################
unix:!macx: LIBS += -L$$PWD/ffmpeg/lib/ -lavcodec \
-lavdevice \
-lavfilter \
-lavformat \
-lavutil \
-lswresample \
-lswscale
INCLUDEPATH += $$PWD/ffmpeg/include
DEPENDPATH += $$PWD/ffmpeg/include
C++
1
https://gitee.com/Gaoy9303/HSPlayer.git
git@gitee.com:Gaoy9303/HSPlayer.git
Gaoy9303
HSPlayer
HSPlayer
master

搜索帮助