From 3ec13c7a30edc61ef710e0707e867a3e4cd457b1 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 29 Oct 2018 15:45:32 +0100 Subject: 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 Reviewed-by: Michal Klocek --- configure.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configure.json diff --git a/configure.json b/configure.json new file mode 100644 index 00000000..b42c0ba9 --- /dev/null +++ b/configure.json @@ -0,0 +1,3 @@ +{ + "module": "serialport" +} -- cgit v1.2.3