3 Star 11 Fork 1

leolin/WellChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deployment.pri 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
qyvlik 提交于 2015-12-31 15:28 . 修改了安卓编译时选择性编译qrc
android-no-sdk {
target.path = /data/user/qt
export(target.path)
INSTALLS += target
} else:android {
QT += androidextras
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
}
win32 {
RESOURCES += \
desktop.qrc
}
export(INSTALLS)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
QML
1
https://gitee.com/leolin518/WellChat.git
git@gitee.com:leolin518/WellChat.git
leolin518
WellChat
WellChat
master

搜索帮助