rsx-debugger/deployment.pri
2016-07-31 22:23:18 +02:00

14 lines
253 B
Plaintext

unix:!android {
isEmpty(target.path) {
qnx {
target.path = /tmp/$${TARGET}/bin
} else {
target.path = /opt/$${TARGET}/bin
}
export(target.path)
}
INSTALLS += target
}
export(INSTALLS)