summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
blob: 3446e81a312758c8442d7191bb8d8b3366c3ab3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs
contains(QT_CONFIG, openvg):contains(QT_CONFIG, egl) {
    SUBDIRS += openvglite
}

    SUBDIRS += minimal

contains(QT_CONFIG, mitshm) {
    SUBDIRS += testlite
}

linux {
    SUBDIRS += linuxfb
}

unix {
    SUBDIRS +=  vnc \
                qvfb
}