From d5a8b58280b3e0263a22edc2a8a811f3252df27e Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 15 Oct 2019 13:18:45 +0200 Subject: Remove excess module condition That condition overwrites the actual condition at the top of the file. Fixes: QTBUG-79208 Change-Id: I70905ed693b30b6aa15b29bbf42acf33d9df2b35 Reviewed-by: Liang Qi --- src/serialport/configure.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/serialport/configure.json b/src/serialport/configure.json index f0e6c76..c969b86 100644 --- a/src/serialport/configure.json +++ b/src/serialport/configure.json @@ -4,7 +4,6 @@ "depends": [ "core" ], - "condition": "module.core", "tests": { "ntddmodm": { -- cgit v1.2.1