Skip to content

Commit

Permalink
Fix build failure when QtNetwork module is not build
Browse files Browse the repository at this point in the history
Affected plugins: tuiotouch, vnc

Change-Id: Iabf72e3da0a25de0de2a861c69a29b3887ca81c3
Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
  • Loading branch information
Passeli committed Feb 13, 2018
1 parent da1ca1b commit af18215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/generic/generic.pro
Expand Up @@ -11,7 +11,7 @@ qtConfig(tslib) {
SUBDIRS += tslib
}

qtConfig(udpsocket) {
qtHaveModule(network):qtConfig(udpsocket) {
SUBDIRS += tuiotouch
}

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/platforms/platforms.pro
Expand Up @@ -36,7 +36,7 @@ qtConfig(directfb) {

qtConfig(linuxfb): SUBDIRS += linuxfb

qtConfig(vnc): SUBDIRS += vnc
qtHaveModule(network):qtConfig(vnc): SUBDIRS += vnc

freebsd {
SUBDIRS += bsdfb
Expand Down

0 comments on commit af18215

Please sign in to comment.