From b4277bf9bf30f1fc8cba1d6c7185e991e83e6e18 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 21 Aug 2018 11:27:55 +0200 Subject: Add initial configure.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add configure.json so qt configuration system knows about it. This is required to correctly configure dependency for webengine. Change-Id: I3547c190cdc54ec4a01984eed4dee4607f7be6a5 Reviewed-by: Jüri Valdmann --- 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 0000000..7a72a33 --- /dev/null +++ b/configure.json @@ -0,0 +1,3 @@ +{ + "module": "webchannel" +} -- cgit v1.2.3