summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-05-04 15:03:09 +0200
committerAndy Shaw <andy.shaw@qt.io>2020-06-16 19:53:44 +0200
commit8f088c9f82f7db089f62add74e1fe2ac8da55cd3 (patch)
treebfa118cf92ea175445b079ed97502d4df754a20a /src/src.pro
parentee48e74836fe0279ca3c3d9de480188722d1e131 (diff)
Android: Add support for proxies
Fixes: QTBUG-78812 Change-Id: Id1f35a5e4ca3d8841edae378df69b65ef599c1ca Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 68387e485c954d6db2cf423723883a0b6dae222c)
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index dd9ce80c84..f3f8d57af7 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -168,6 +168,7 @@ win32:SUBDIRS += src_winmain
qtConfig(network) {
SUBDIRS += src_network
src_plugins.depends += src_network
+ android: SUBDIRS += network/android/jar
}
qtConfig(sql) {
SUBDIRS += src_sql