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:
parent
e7ae28cfb9
commit
d6ddd21257
@ -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" ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user