1 Star 0 Fork 1

尘年灬往事 / 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
}
1
https://gitee.com/mikema_138/qtcanpool.git
git@gitee.com:mikema_138/qtcanpool.git
mikema_138
qtcanpool
qtcanpool
develop

搜索帮助