Fix build failure when QtNetwork module is not build
Affected plugins: tuiotouch, vnc Change-Id: Iabf72e3da0a25de0de2a861c69a29b3887ca81c3 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>bb10
parent
da1ca1be51
commit
af18215a95
|
|
@ -11,7 +11,7 @@ qtConfig(tslib) {
|
|||
SUBDIRS += tslib
|
||||
}
|
||||
|
||||
qtConfig(udpsocket) {
|
||||
qtHaveModule(network):qtConfig(udpsocket) {
|
||||
SUBDIRS += tuiotouch
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ qtConfig(directfb) {
|
|||
|
||||
qtConfig(linuxfb): SUBDIRS += linuxfb
|
||||
|
||||
qtConfig(vnc): SUBDIRS += vnc
|
||||
qtHaveModule(network):qtConfig(vnc): SUBDIRS += vnc
|
||||
|
||||
freebsd {
|
||||
SUBDIRS += bsdfb
|
||||
|
|
|
|||
Loading…
Reference in New Issue