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:
Anton Lundin 2014-03-26 23:08:57 +01:00 committed by Dirk Hohndel
parent 770bf9afba
commit df12944c93
3 changed files with 88 additions and 2 deletions

View file

@ -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