5 Star 17 Fork 18

sj0830 / qt_project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
VM6000.pro 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-02T17:18:07
#
#-------------------------------------------------
QT += core gui network sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = VM6000
TEMPLATE = app
SOURCES += \
main.cpp \
iconhelper.cpp \
myapp.cpp \
switchbutton.cpp \
excelhelper.cpp \
frmmessagebox.cpp \
frmmain.cpp \
frminputbox.cpp \
frmconfig.cpp \
frmnvr.cpp \
frmipc.cpp \
frmpollconfig.cpp \
videoplayer/videoplayer.cpp \
frmplayback.cpp
HEADERS += \
myhelper.h \
iconhelper.h \
myapp.h \
switchbutton.h \
excelhelper.h \
frmmessagebox.h \
frmmain.h \
frminputbox.h \
frmconfig.h \
frmnvr.h \
frmipc.h \
frmpollconfig.h \
videoplayer/videoplayer.h \
frmplayback.h
FORMS += \
frmmessagebox.ui \
frmmain.ui \
frminputbox.ui \
frmconfig.ui \
frmnvr.ui \
frmipc.ui \
frmpollconfig.ui \
frmplayback.ui
INCLUDEPATH += $$PWD \
$$PWD/ffmpeg/include \
$$PWD/SDL2/include
LIBS += $$PWD/ffmpeg/lib/avcodec.lib \
$$PWD/ffmpeg/lib/avdevice.lib \
$$PWD/ffmpeg/lib/avfilter.lib \
$$PWD/ffmpeg/lib/avformat.lib \
$$PWD/ffmpeg/lib/avutil.lib \
$$PWD/ffmpeg/lib/postproc.lib \
$$PWD/ffmpeg/lib/swresample.lib \
$$PWD/ffmpeg/lib/swscale.lib \
$$PWD/SDL2/lib/x86/SDL2.lib
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = bin
win32:RC_FILE=main.rc
RESOURCES += \
rc.qrc
C/C++
1
https://gitee.com/sjsun/qt_project.git
git@gitee.com:sjsun/qt_project.git
sjsun
qt_project
qt_project
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891