wasm: remove uneeded platform plugins from build

Wasm does not use minimal, offscreen or qvnc platform plugins.

Change-Id: I3a1919a260280ffdff33b68502d488f71f2b0c13
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
Lorn Potter 2020-03-03 20:37:43 +10:00
parent e7ae28cfb9
commit d6ddd21257
2 changed files with 3 additions and 3 deletions

View File

@ -1292,7 +1292,7 @@
"label": "VNC",
"section": "Platform plugins",
"condition": [
"config.unix && !config.android && !config.darwin",
"config.unix && !config.android && !config.darwin && !config.wasm",
"features.regularexpression && features.network"
],
"output": [ "privateFeature" ]

View File

@ -3,9 +3,9 @@ QT_FOR_CONFIG += gui-private
android:!android-embedded: SUBDIRS += android
!android: SUBDIRS += minimal
!wasm:!android: SUBDIRS += minimal
!android:qtConfig(freetype): SUBDIRS += offscreen
!wasm:!android:qtConfig(freetype): SUBDIRS += offscreen
qtConfig(xcb) {
SUBDIRS += xcb