2 Star 2 Fork 1

s_baoshan / weatherScada

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
weatherScada.pro 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator 2016-12-03T22:07:48
#
#-------------------------------------------------
QT += core gui sql serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += console debug warn_on
TARGET = weatherScada
TEMPLATE = app
SOURCES += src/main.cpp\
src/mainwindow.cpp \
src/protocol.cpp \
src/func.cpp \
src/sysconfig.cpp \
src/db.cpp \
src/readdata.cpp \
src/com.cpp \
src/logic.cpp
HEADERS += inc/mainwindow.h \
inc/protocol.h \
inc/basedef.h \
inc/func.h \
inc/sysconfig.h \
inc/db.h \
inc/readdata.h \
inc/com.h \
inc/logic.h
INCLUDEPATH += inc/
FORMS += ui/mainwindow.ui \
ui/sysconfig.ui \
ui/readdata.ui
RESOURCES += weatherScada.qrc
RC_FILE = weatherScada.rc
DESTDIR = obj/
OBJECTS_DIR = obj/
UI_DIR = inc/
TRANSLATIONS += ./language/weatherScada_en.ts ./language/weatherScada_zh.ts
1
https://gitee.com/floydshow/weatherScada.git
git@gitee.com:floydshow/weatherScada.git
floydshow
weatherScada
weatherScada
master

搜索帮助