1 Star 0 Fork 160

Outlierinyourlife-下线/qtcanpool

forked from canpool/qtcanpool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qtcanpool.pro 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
canpool 提交于 2018-07-24 00:37 . Initial commit
include(qtproject.pri)
#version check qt
!minQtVersion(5, 0, 0) {
message("Cannot build Qt Canpool with Qt version $${QT_VERSION}.")
error("Can only use Qt 5.")
}
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src \
demos
isEqual(QT_MAJOR_VERSION, 5) {
SUBDIRS += share
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/342547/qtcanpool.git
[email protected]:342547/qtcanpool.git
342547
qtcanpool
qtcanpool
master

搜索帮助