43 Star 244 Fork 76

setoutsoft / soui3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cpy-cfg.pri 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangjianxiong1 提交于 2021-12-31 11:50 . 调整qmake and cmake script.
CONFIG(LIB_ALL){
system(copy "config\options\lib.h" "config\core-def.h")
system(copy "config\options\com-lib.h" "config\com-def.h")
}
else{
CONFIG(LIB_CORE){
system(copy "config\options\lib.h" "config\core-def.h")
system(copy "config\options\com-dll.h" "config\com-def.h")
}
else{
system(copy "config\options\dll.h" "config\core-def.h")
system(copy "config\options\com-dll.h" "config\com-def.h")
}
}
C++
1
https://gitee.com/setoutsoft/soui3.git
git@gitee.com:setoutsoft/soui3.git
setoutsoft
soui3
soui3
master

搜索帮助