yubioath-flutter/deployment.pri
2017-11-24 17:13:47 +01:00

14 lines
242 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)