mirror of https://github.com/status-im/qzxing.git
14 lines
253 B
Plaintext
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)
|