mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
9028c807b2
The name subsurface-ios was used in many places and that was just not helpful to fight against. This should work much better. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
13 lines
253 B
Text
13 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)
|