summaryrefslogtreecommitdiffstats
path: root/examples/spectrum
diff options
context:
space:
mode:
authorHeikkinen Miikka <miikka.heikkinen@digia.com>2013-05-23 14:03:29 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-05-23 14:14:00 +0300
commit3b9027e93265e303ce06992c4d0b41fe40baf713 (patch)
treed1032ca76e87639e3c68688135bc269d69c4216b /examples/spectrum
parenta1c104c31739b5f627cee9012affff7cbff98ccc (diff)
Some android related fixes
Change-Id: Id65b353260e8d044903ece306a43cd3d8b3ec6bb Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/spectrum')
-rw-r--r--examples/spectrum/spectrumapp/spectrumapp.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/spectrum/spectrumapp/spectrumapp.pro b/examples/spectrum/spectrumapp/spectrumapp.pro
index 7240c060..f73336a1 100644
--- a/examples/spectrum/spectrumapp/spectrumapp.pro
+++ b/examples/spectrum/spectrumapp/spectrumapp.pro
@@ -40,7 +40,12 @@ RESOURCES = spectrum.qrc
}
}
-target.path = $$[QT_INSTALL_EXAMPLES]/datavis3d/spectrum
+
+android {
+ target.path = /libs/$$ANDROID_TARGET_ARCH
+} else {
+ target.path = $$[QT_INSTALL_EXAMPLES]/datavis3d/spectrum
+}
INSTALLS += target
# Deployment