summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/platforms.pro')
-rw-r--r--src/plugins/platforms/platforms.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 5693909c3c..4bed5312ec 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
android: SUBDIRS += android
-!android: SUBDIRS += minimal vnc
+!android: SUBDIRS += minimal
!android:if(!win32|contains(QT_CONFIG, freetype)): SUBDIRS += offscreen
@@ -35,6 +35,8 @@ contains(QT_CONFIG, directfb) {
contains(QT_CONFIG, linuxfb): SUBDIRS += linuxfb
+unix:!android:!darwin: SUBDIRS += vnc
+
freebsd {
SUBDIRS += bsdfb
}