From b50d20b7057fcd808525921e56d25f75140c79cd Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 22 Jan 2016 14:20:11 +0100 Subject: Fix building with unusual options When building without image format plugins we shouldn't even try to build the svg image format plugin. Otherwise it will fail to load later. Then icon engine plugin, however, can easily be built even without image formats. Furthermore, the network example needs bearer management. Change-Id: I1380e5b2de7d112283ef0fb65a01a5049412af55 Reviewed-by: Friedemann Kleint Reviewed-by: aavit --- examples/svg/network/network.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/svg/network/network.pro b/examples/svg/network/network.pro index cd3cc86..0b87d29 100644 --- a/examples/svg/network/network.pro +++ b/examples/svg/network/network.pro @@ -1,2 +1,3 @@ TEMPLATE = subdirs -qtHaveModule(widgets): SUBDIRS += bearercloud +load(qfeatures) +qtHaveModule(widgets):!contains(QT_DISABLED_FEATURES, bearermanagement): SUBDIRS += bearercloud -- cgit v1.2.1