aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@theqtcompany.com>2016-03-18 14:53:26 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2016-04-11 14:31:39 +0000
commit8dad1803a6f53b1de76c42799d0c6413dc9e371e (patch)
tree9d8979795c0b1a22f42f80384af2caf346ba6a29
parentb3e8bd55289d54bd21b4f16c6b997d805bba816e (diff)
Remove the traces of the discontinued android-no-sdk platform
Change-Id: I656c4d3c1f881f0ce4ce6e57a687aa35d0f50ac3 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
-rw-r--r--examples/keyNavigation/deployment.pri6
-rw-r--r--examples/mouseItem/deployment.pri6
-rw-r--r--examples/quickGamepad/deployment.pri6
3 files changed, 3 insertions, 15 deletions
diff --git a/examples/keyNavigation/deployment.pri b/examples/keyNavigation/deployment.pri
index 839b3b5..0d58a25 100644
--- a/examples/keyNavigation/deployment.pri
+++ b/examples/keyNavigation/deployment.pri
@@ -1,8 +1,4 @@
-android-no-sdk {
- target.path = /data/user/qt
- export(target.path)
- INSTALLS += target
-} else:android {
+android {
x86 {
target.path = /libs/x86
} else: armeabi-v7a {
diff --git a/examples/mouseItem/deployment.pri b/examples/mouseItem/deployment.pri
index 839b3b5..0d58a25 100644
--- a/examples/mouseItem/deployment.pri
+++ b/examples/mouseItem/deployment.pri
@@ -1,8 +1,4 @@
-android-no-sdk {
- target.path = /data/user/qt
- export(target.path)
- INSTALLS += target
-} else:android {
+android {
x86 {
target.path = /libs/x86
} else: armeabi-v7a {
diff --git a/examples/quickGamepad/deployment.pri b/examples/quickGamepad/deployment.pri
index 839b3b5..0d58a25 100644
--- a/examples/quickGamepad/deployment.pri
+++ b/examples/quickGamepad/deployment.pri
@@ -1,8 +1,4 @@
-android-no-sdk {
- target.path = /data/user/qt
- export(target.path)
- INSTALLS += target
-} else:android {
+android {
x86 {
target.path = /libs/x86
} else: armeabi-v7a {