summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-09-30 18:33:12 -0700
committerLars Knoll <lars.knoll@qt.io>2016-11-07 08:52:25 +0000
commit5bf1bd00335d0c95c54de426a02da2a98257fedb (patch)
treeeeb6a2e805640d7bc7a9e72041627076c3afd90f /configure.json
parent8065e461421ea17a942ea09d67aaa053a136a54e (diff)
Port qtsensors to the new configure framework
Don't invoke pkg-config at build time, automatically check for sensorfw and compile the correct plugin if found. Change-Id: I30dcd41cdebd7cf082cec66f3122c24fbab5c893 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
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 00000000..a08cf03d
--- /dev/null
+++ b/configure.json
@@ -0,0 +1,5 @@
+{
+ "subconfigs": [
+ "src/sensors"
+ ]
+}