summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-10-29 15:45:32 +0100
committerAlex Blasche <alexander.blasche@qt.io>2018-10-30 08:00:31 +0000
commit3ec13c7a30edc61ef710e0707e867a3e4cd457b1 (patch)
treed5eced2884cd25d5b6697d72adba332024370fbf
parent6611ef70c293e97e8bd51e087f4f782eb33a20c1 (diff)
downloadqtserialport-3ec13c7a30edc61ef710e0707e867a3e4cd457b1.tar.gz
Add initial configure.json
This file is required to introduce the qtserialport module to Qt's configuration system. Ultimately this will be used to correctly handle configure dependencies for qtserialbus. Task-number: QTBUG-70360 Change-Id: I53e2c0c06b0b4fa9acacfc91d597aa6830904d20 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--configure.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.json b/configure.json
new file mode 100644
index 0000000..b42c0ba
--- /dev/null
+++ b/configure.json
@@ -0,0 +1,3 @@
+{
+ "module": "serialport"
+}