1 Star 4 Fork 4

kevin.yang/SerialPort

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SerialPort.pro 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
jhonconal 提交于 2020-05-08 18:02 +08:00 . [init]
#-------------------------------------------------
#
# Project created by QtCreator 2011-12-22T22:11:03
#
#-------------------------------------------------
QT += core gui widgets multimedia
include(./src/qextserialport.pri)
TARGET = SerialPort
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h \
mhelper.h
FORMS += mainwindow.ui
RESOURCES += \
resource.qrc
win32{
message("-->>Windows")
RC_FILE=app.rc
}
unix:!macx {
message("-->>Linux")
RC_FILE=app.rc
}
macx: {
message("-->>macOS")
ICON = logo.icns
}
CONFIG += warn_off
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/jhonconal/SerialPort.git
git@gitee.com:jhonconal/SerialPort.git
jhonconal
SerialPort
SerialPort
master

搜索帮助