mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-24 11:15:33 +03:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
|
unix:!android {
|
||
|
isEmpty(target.path) {
|
||
|
qnx {
|
||
|
target.path = /tmp/$${TARGET}/bin
|
||
|
} else {
|
||
|
target.path = /usr/bin
|
||
|
}
|
||
|
export(target.path)
|
||
|
}
|
||
|
INSTALLS += target
|
||
|
}
|
||
|
|
||
|
export(INSTALLS)
|