mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
38bf351cc1
correct whitespaces to coding standard in translations.qrc, qml.qrc and deployment.pri Signed-off-by: Jan Iversen <jani@apache.org>
13 lines
202 B
Text
13 lines
202 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)
|