summaryrefslogtreecommitdiff
path: root/configure.json
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2017-11-22 13:46:33 +0200
committerLiang Qi <liang.qi@qt.io>2018-11-30 15:38:34 +0000
commit3e1692bebdf2e4c69adb2a23718ad230a74992dd (patch)
treed8e5d319a480a8d2af56e09590612368e3a826a0 /configure.json
parentebe11c8e867bb65ad7cb1424fe4c096935741089 (diff)
downloadqtscript-3e1692bebdf2e4c69adb2a23718ad230a74992dd.tar.gz
[android] Fix compile with unified headers
Latest Android NDKs are using unified headers which don't have asm/procinfo.h anymore but they provide asm/hwcap.h. Change-Id: Ibd599952d5b22e5e6955958bed33773032ad8a28 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.json b/configure.json
new file mode 100644
index 0000000..63ea575
--- /dev/null
+++ b/configure.json
@@ -0,0 +1,5 @@
+{
+ "subconfigs": [
+ "src/script"
+ ]
+}