summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2020-03-03 20:37:43 +1000
committerLorn Potter <lorn.potter@gmail.com>2020-03-16 10:06:51 +1000
commitd6ddd2125715f8251e1cfec99109f789a1aaaffb (patch)
treeac424b93f5983010b8c1602a4816e06c5582e713 /src/plugins/platforms/platforms.pro
parente7ae28cfb913794411852a844bf6f0cbbdee5b7e (diff)
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>
Diffstat (limited to 'src/plugins/platforms/platforms.pro')
-rw-r--r--src/plugins/platforms/platforms.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index c4f2b30965..23f838a7fe 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -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