Don't build the bearer plugin if network is not available

Change-Id: Ia706ac95570e903ae4fa0e47d2c850daf703bb04
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
bb10
Oliver Wolff 2013-02-19 12:58:47 +01:00 committed by The Qt Project
parent a54b271c39
commit a19037cc9e
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS *= sqldrivers bearer
SUBDIRS *= sqldrivers
qtHaveModule(network): SUBDIRS += bearer
qtHaveModule(gui): SUBDIRS *= imageformats platforms platforminputcontexts platformthemes generic
qtHaveModule(widgets): SUBDIRS += accessible