Ai
1 Star 0 Fork 1

wangliangfmail/Qt_hmi

forked from Atom/Qt_hmi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qt_simudisp.pro 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
Atom 提交于 2021-01-20 19:52 +08:00 . 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/. \
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wangliangfmail/qt_hmi.git
git@gitee.com:wangliangfmail/qt_hmi.git
wangliangfmail
qt_hmi
Qt_hmi
master

搜索帮助