新增运行截图

This commit is contained in:
feiyangqingyun
2019-11-30 14:21:20 +08:00
parent 30c013f371
commit 77f5e1f3fc
99 changed files with 52 additions and 23 deletions

24
videopanel/videopanel.pro Normal file
View File

@@ -0,0 +1,24 @@
#-------------------------------------------------
#
# Project created by QtCreator 2016-09-29T09:37:26
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = videopanel
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = bin
SOURCES += main.cpp
SOURCES += frmmain.cpp
HEADERS += frmmain.h
FORMS += frmmain.ui
RESOURCES += main.qrc
CONFIG += warn_off