mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Introduce android specific file
This contains a first stab at Subsurface platform interfacing code for Android, and surrounding parts. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
770bf9afba
commit
df12944c93
3 changed files with 88 additions and 2 deletions
|
|
@ -120,6 +120,9 @@ mac {
|
|||
QMAKE_EXTRA_TARGETS = installer nsis
|
||||
install.depends += dlls
|
||||
}
|
||||
} else: android {
|
||||
# Android install rules
|
||||
QMAKE_BUNDLE_DATA += translation qttranslation
|
||||
} else {
|
||||
# Linux install rules
|
||||
# On Linux, we can count on packagers doing the right thing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue