Don't build the bearer plugin if network is not available
Change-Id: Ia706ac95570e903ae4fa0e47d2c850daf703bb04 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>bb10
parent
a54b271c39
commit
a19037cc9e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue