summaryrefslogtreecommitdiff
path: root/kelakon.pro
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-24 17:54:59 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-24 17:54:59 +0800
commitb48fd101e2c74c34f78b9f2212efe117f9e87931 (patch)
tree455c0a530c4302cdd759e95c8ce8a14ea65ebd0a /kelakon.pro
parentb4a7a55b35b441d7e4e4acd83e85f2c21961f9b6 (diff)
Common CA certificates is bundled in APK
and then copied to files directory on Android
Diffstat (limited to 'kelakon.pro')
-rw-r--r--kelakon.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/kelakon.pro b/kelakon.pro
index ba344b5..97b543a 100644
--- a/kelakon.pro
+++ b/kelakon.pro
@@ -39,6 +39,9 @@ android {
QT += svg
DISTFILES += android/AndroidManifest.xml
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
+ certs.path = /assets/certs
+ certs.files = /etc/ssl/certs/ca-certificates.crt
+ INSTALLS += certs
}
debug: DEFINES += DEBUG