1 Star 0 Fork 94

wangjie / soui

forked from setoutsoft / soui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cpy-cfg.pri 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
CONFIG(LIB_ALL){
system(copy "config\options\liball.h" "config\core-def.h")
}
else{
CONFIG(LIB_CORE){
system(copy "config\options\lib.h" "config\core-def.h")
}
else{
system(copy "config\options\dll.h" "config\core-def.h")
}
}
!LIB_ALL:!COM_LIB{
system(copy "config\options\com-dll.h" "config\com-def.h")
}
else{
system(copy "config\options\com-lib.h" "config\com-def.h")
}
C++
1
https://gitee.com/wwjq-gitee/soui.git
git@gitee.com:wwjq-gitee/soui.git
wwjq-gitee
soui
soui
master

搜索帮助