From 3b609fc76fd6bf72faa52884c039bb0a074b4e72 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 23 Nov 2016 10:12:16 +0100 Subject: Add a feature for Qt Sql This way we can disable it by passing -no-feature-sql to configure. Change-Id: Ia47d72101de0788478997fa1854cedcd1742f6fd Reviewed-by: Lars Knoll Reviewed-by: Oswald Buddenhagen --- configure.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 5b09e97bd2..052aeac30c 100644 --- a/configure.json +++ b/configure.json @@ -934,6 +934,10 @@ "label": "Qt Network", "output": [ "privateFeature" ] }, + "sql": { + "label": "Qt Sql", + "output": [ "privateFeature" ] + }, "widgets": { "label": "Qt Widgets", "condition": "features.gui", @@ -1128,6 +1132,7 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5 "dbus-linked", "gui", "network", + "sql", "widgets" ] }, { -- cgit v1.2.3