summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/configure.json8
-rw-r--r--src/plugins/platforms/platforms.pro2
2 files changed, 8 insertions, 2 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index e627d6286f..a3e97e09ca 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -537,6 +537,12 @@
"condition": "tests.linuxfb",
"output": [ "privateFeature" ]
},
+ "vnc": {
+ "label": "VNC",
+ "section": "Platform plugins",
+ "condition": "config.unix && !config.android && !config.darwin && features.regularexpression",
+ "output": [ "privateFeature" ]
+ },
"mirclient": {
"label": "Mir client",
"section": "Platform plugins",
@@ -1114,7 +1120,7 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla
"eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11"
]
},
- "linuxfb", "mirclient",
+ "linuxfb", "vnc", "mirclient",
{
"type": "feature",
"message": "INTEGRITY framebuffer",
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 2a6e059243..9ccc2b54b9 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -36,7 +36,7 @@ qtConfig(directfb) {
qtConfig(linuxfb): SUBDIRS += linuxfb
-unix:!android:!darwin: SUBDIRS += vnc
+qtConfig(vnc): SUBDIRS += vnc
freebsd {
SUBDIRS += bsdfb