1 Star 0 Fork 21

wangliangfmail/GAS

forked from maoxianjia/GAS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
GAS.pro 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
zhao 提交于 2017-03-04 12:30 . 创建版本库 2017-03-04 12:29
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-15T14:34:50
#
#-------------------------------------------------
QT += core gui network sql xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport multimedia
TARGET = GAS
TEMPLATE = app
include($$PWD/api/api.pri)
include($$PWD/qemail/qemail.pri)
include($$PWD/inputnew/inputnew.pri)
include($$PWD/usercontrol/usercontrol.pri)
include($$PWD/qextserialport/qextserialport.pri)
SOURCES += main.cpp\
frmmain.cpp \
frmvisitor.cpp \
frmalarm.cpp \
frmdefencelot.cpp \
frmabout.cpp \
frmselect.cpp \
frmgateway.cpp \
frmconfig.cpp
HEADERS += frmmain.h \
frmvisitor.h \
frmalarm.h \
frmdefencelot.h \
frmabout.h \
frmselect.h \
frmgateway.h \
frmconfig.h
FORMS += frmmain.ui \
frmvisitor.ui \
frmalarm.ui \
frmdefencelot.ui \
frmabout.ui \
frmselect.ui \
frmgateway.ui \
frmconfig.ui
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/usercontrol
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = bin
win32:RC_FILE = other/main.rc
PRECOMPILED_HEADER = api/myhelper.h
RESOURCES += \
other/rc.qrc
CONFIG += qt warn_off release
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wangliangfmail/GAS.git
[email protected]:wangliangfmail/GAS.git
wangliangfmail
GAS
GAS
master

搜索帮助