mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
14 lines
253 B
Text
14 lines
253 B
Text
|
unix:!android {
|
||
|
isEmpty(target.path) {
|
||
|
qnx {
|
||
|
target.path = /tmp/$${TARGET}/bin
|
||
|
} else {
|
||
|
target.path = /opt/$${TARGET}/bin
|
||
|
}
|
||
|
export(target.path)
|
||
|
}
|
||
|
INSTALLS += target
|
||
|
}
|
||
|
|
||
|
export(INSTALLS)
|