1 Star 1 Fork 1

Atom / Qt_hmi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qt_simudisp.pro 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
Atom 提交于 2021-01-20 19:52 . Fist upload source code
CONFIG += QT
QT += core gui widgets network
TARGET = qt_simudisp
HEADERS += \
# ./singleapplication.h \
# ./mainwindow.h \
./updatedialog.h \
./otahelperclient.h \
./main.h \
./command.h \
SOURCES += \
./main.cpp \
# ./mainwindow.cpp \
./updatedialog.cpp \
./otahelperclient.cpp \
# ./singleapplication.cpp \
./command.cpp
#--- your libs
#--- your includes
LIBS +=
linux-g++: INCLUDEPATH +=$PWD \
$PWD/. \
C++
1
https://gitee.com/atom-zh/qt_hmi.git
git@gitee.com:atom-zh/qt_hmi.git
atom-zh
qt_hmi
Qt_hmi
master

搜索帮助