yubioath-flutter/deployment.pri

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)