diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-03-26 23:08:57 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-27 10:40:43 -0700 |
commit | df12944c939d618fe2d2629e990c6355d402545c (patch) | |
tree | c7d2d0c0c2df62e4957d06fe7859215a2ef15a4b /subsurface-install.pri | |
parent | 770bf9afba18a2d50ead56c0068dc07ed8cb63a1 (diff) | |
download | subsurface-df12944c939d618fe2d2629e990c6355d402545c.tar.gz |
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>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r-- | subsurface-install.pri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri index e4a6e0a53..2dcb98113 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -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 |