3 Star 4 Fork 4

Gitee 极速下载 / Etherwall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/almindor/etherwall
克隆/下载
deployment.pri 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ales Katona 提交于 2015-08-09 23:35 . + initial commit
android-no-sdk {
target.path = /data/user/qt
export(target.path)
INSTALLS += target
} else:android {
x86 {
target.path = /libs/x86
} else: armeabi-v7a {
target.path = /libs/armeabi-v7a
} else {
target.path = /libs/armeabi
}
export(target.path)
INSTALLS += target
} else:unix {
isEmpty(target.path) {
qnx {
target.path = /tmp/$${TARGET}/bin
} else {
target.path = /opt/$${TARGET}/bin
}
export(target.path)
}
INSTALLS += target
}
export(INSTALLS)
C/C++
1
https://gitee.com/mirrors/Etherwall.git
git@gitee.com:mirrors/Etherwall.git
mirrors
Etherwall
Etherwall
master

搜索帮助