2016-03-06 14:46:26 +00:00
|
|
|
unix:!android {
|
2018-06-20 14:57:53 +00:00
|
|
|
isEmpty(target.path) {
|
|
|
|
qnx {
|
|
|
|
target.path = /tmp/$${TARGET}/bin
|
|
|
|
} else {
|
|
|
|
target.path = /opt/$${TARGET}/bin
|
|
|
|
}
|
|
|
|
export(target.path)
|
|
|
|
}
|
|
|
|
INSTALLS += target
|
2016-03-06 14:46:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
export(INSTALLS)
|