1 Star 0 Fork 351

lilong/TaoQuick

forked from Qt进阶之路/TaoQuick 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TaoQuick.pro 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
武威的涛哥 提交于 2020-06-30 00:34 . move app to examples
lessThan(QT_MAJOR_VERSION, 5) {
error("current Qt version $$QT_VERSION, this project need grather than 5.12.0")
} else: lessThan(QT_MINOR_VERSION, 12){
error("current Qt version $$QT_VERSION, this project need grather than 5.12.0")
}
TEMPLATE = subdirs
SUBDIRS += \
src \
examples
CONFIG+= ordered
OTHER_FILES += *.md \
LICENSE \
.clang-format \
.qmake.conf \
.github/workflows/* \
mkspecs/features/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lilong100/TaoQuick.git
git@gitee.com:lilong100/TaoQuick.git
lilong100
TaoQuick
TaoQuick
master

搜索帮助