1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/qqtframe2/app_deploy.pri

13 lines
385 B
Plaintext
Raw Normal View History

2017-11-28 09:01:03 +08:00
#-------------------------------------------------------------
#user computer path settings
#-------------------------------------------------------------
#deploy root
equals(QMAKE_HOST.os, Darwin) {
APP_DEPLOY_ROOT = $$PWD/../..
} else: equals(QMAKE_HOST.os, Linux) {
APP_DEPLOY_ROOT = $$PWD/../..
} else: equals(QMAKE_HOST.os, Windows) {
APP_DEPLOY_ROOT = $$PWD/../..
}