From 9bd30943bae136d28d42b9a9188a8586c963d461 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 23 Nov 2016 13:32:38 +0100 Subject: Add a feature for DNS lookup support Exclude the relevant files from being built if it is disabled, and add QT_REQUIRE_CONFIG(dnslookup) to the headers. Change-Id: I3af298dc87d63c93f724928dd1135c20eba33045 Reviewed-by: Kai Koehne Reviewed-by: Oswald Buddenhagen --- src/network/configure.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/network/configure.json') diff --git a/src/network/configure.json b/src/network/configure.json index 9d99605df0..ea01e8224d 100644 --- a/src/network/configure.json +++ b/src/network/configure.json @@ -293,6 +293,12 @@ "section": "Networking", "condition": "features.temporaryfile", "output": [ "publicFeature", "feature" ] + }, + "dnslookup": { + "label": "QDnsLookup", + "purpose": "Provides API for DNS lookups.", + "section": "Networking", + "output": [ "publicFeature" ] } }, -- cgit v1.2.3