summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
blob: 51de06f91034c7bfb458b67d67c0ce09902bcd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = subdirs

SUBDIRS += minimal

contains(QT_CONFIG, xcb) {
    SUBDIRS += xcb
}

mac:contains(QT_CONFIG, coreservices): SUBDIRS += cocoa

win32: SUBDIRS += windows

qnx {
    SUBDIRS += qnx
}

contains(QT_CONFIG, eglfs) {
    SUBDIRS += eglfs
}

contains(QT_CONFIG, directfb) {
    SUBDIRS += directfb
}