1 Star 0 Fork 80

何庆/soui3

forked from 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")
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lovekqd/soui3.git
[email protected]:lovekqd/soui3.git
lovekqd
soui3
soui3
master

搜索帮助