summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-10-22 16:19:13 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-10-23 09:08:10 +0000
commit790d380f8b5b46d135e5c9c25bdfe13b7e5c4b05 (patch)
tree2759ee2d802bf3f0222465b55c85057543395a3e /src/plugins/platforms
parentd5dc755c653b56d8c09d8331e3a56e0382cf5ac5 (diff)
Add custom targets to generate Android APK
This patch adds two custom targets to generate android apks. The targets are named ${TARGET}_prepare_apk_dir and ${TARGET}_make_apk. The first one insures the binary is copied to the right location and the latter invokes androiddeployqt on the apk directory. Change-Id: I8152cef387b50ec03ee2bfd92b56910a6f22754c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/android/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/platforms/android/CMakeLists.txt b/src/plugins/platforms/android/CMakeLists.txt
index b6a92fa6ed..bcc3538bcc 100644
--- a/src/plugins/platforms/android/CMakeLists.txt
+++ b/src/plugins/platforms/android/CMakeLists.txt
@@ -61,11 +61,11 @@ add_qt_plugin(qtforandroid
jnigraphics
# special case begin
INSTALL_DIRECTORY
- plugins/platforms/android
+ plugins/platforms
OUTPUT_DIRECTORY
- plugins/platforms/android
+ plugins/platforms
ARCHIVE_INSTALL_DIRECTORY
- plugins/platforms/android
+ plugins/platforms
# special case end
)