summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-09-16 08:15:08 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-09-16 08:17:01 (GMT)
commit18e35b4764766ef8171ec30b00d0d6bc19edb0ce (patch)
tree470e984949633ce781aa2c1accb175e328b91188 /src/plugins/platforms
parent8f9d38ed63a2c568596febe5ea59a55fe03d7ba9 (diff)
downloadQt-18e35b4764766ef8171ec30b00d0d6bc19edb0ce.zip
Qt-18e35b4764766ef8171ec30b00d0d6bc19edb0ce.tar.gz
Qt-18e35b4764766ef8171ec30b00d0d6bc19edb0ce.tar.bz2
Lighthouse: Remove auto building platform plugins
Reviewed-by: paul
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/platforms.pro17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro
index 3446e81..26ccd44 100644
--- a/src/plugins/platforms/platforms.pro
+++ b/src/plugins/platforms/platforms.pro
@@ -1,19 +1,4 @@
TEMPLATE = subdirs
-contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) {
- SUBDIRS += openvglite
-}
- SUBDIRS += minimal
+SUBDIRS += minimal
-contains(QT_CONFIG, mitshm) {
- SUBDIRS += testlite
-}
-
-linux {
- SUBDIRS += linuxfb
-}
-
-unix {
- SUBDIRS += vnc \
- qvfb
-}