summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/android/CMakeLists.txt
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-06-03 13:47:23 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-06-03 13:06:02 +0000
commitf32a6cfb6b6236533508901f114ab57396da8ff3 (patch)
tree8f441a423f8bc2ddcc0efcba37018fe56af8801e /src/plugins/bearer/android/CMakeLists.txt
parent1080142ec35c2c739c7de3a0fa92c525b74c7da9 (diff)
Fix cmake configure step on Android
Now that ANDROID_EMBEDDED is not set by default anymore, we start descending into Android specific sub-directories. This patch generates a stub file but the Java bits still need to be ported. Change-Id: Icbfc3ad2c1ef266980161bca081c7c4275873efd Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/bearer/android/CMakeLists.txt')
-rw-r--r--src/plugins/bearer/android/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/bearer/android/CMakeLists.txt b/src/plugins/bearer/android/CMakeLists.txt
new file mode 100644
index 0000000000..a5f5393378
--- /dev/null
+++ b/src/plugins/bearer/android/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Generated from android.pro.
+
+add_subdirectory(src)
+# TODO:
+# add_subdirectory(jar)