mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
d7e31ebbcd
Having a split between ios and ios/Subsurface-mobile is just confusing and without a practical reason Move files from ios/Subsurface-mobile to ios and update .gitignore Signed-off-by: Jan Iversen <jani@apache.org> 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)
|