9 Star 3 Fork 1

FreeGoto/QComForHwFinger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
qcom.pro 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
#-------------------------------------------------
#
# Project created by QtCreator 2010-07-14T17:54:25
#
#-------------------------------------------------
#if QT_VERSION >= 0x050000
QT += core gui widgets
#else
QT += core gui
#endif
TARGET = qcom
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
aboutdialog.cpp \
qextserial/qextserialport.cpp \
zfm903_com.cpp
HEADERS += mainwindow.h \
aboutdialog.h \
qextserial/qextserialport_global.h \
qextserial/qextserialport.h \
zfm903_com.h
win32 {
SOURCES += qextserial/qextserialport_win.cpp
}
unix {
SOURCES += qextserial/qextserialport_unix.cpp
}
FORMS += mainwindow.ui \
aboutdialog.ui
RESOURCES += \
images.qrc
RC_FILE += myico.rc
OTHER_FILES += \
myico.rc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/490054348/QComForHwFinger.git
git@gitee.com:490054348/QComForHwFinger.git
490054348
QComForHwFinger
QComForHwFinger
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385