summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/platforms.pro
blob: 681220d4d32b6bb9b0283f474d4cd35d885a9e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TEMPLATE = subdirs

#out of source tree plugin setup start
SUBDIRS += install_rules
SRCDIRS = \
    dnd \
    eglconvenience \
    fb_base \
    fontdatabases \
    glxconvenience \
    printersupport \
    wayland

srcdirs.files = $$SRCDIRS
srcdirs.path = $$[QT_INSTALL_DATA]/platforms

INSTALLS = srcdirs
#out of source tree plugin setup end

SUBDIRS += minimal

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

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

mac {
    SUBDIRS += cocoa
}