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