mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
710b3615fe
It's unclear why the build fails if we don't add the sample app files as well. [Dirk Hohndel: refactored the patches] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> 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)
|