1TEMPLATE = subdirs
2QT_FOR_CONFIG += gui-private
3
4android:!android-embedded: SUBDIRS += android
5
6!wasm:!android: SUBDIRS += minimal
7
8!wasm:!android:qtConfig(freetype): SUBDIRS += offscreen
9
10qtConfig(xcb) {
11    SUBDIRS += xcb
12}
13
14uikit:!watchos: SUBDIRS += ios
15osx: SUBDIRS += cocoa
16
17win32:!winrt:qtConfig(direct3d9): SUBDIRS += windows
18winrt:qtConfig(direct3d11): SUBDIRS += winrt
19
20qtConfig(direct3d11_1):qtConfig(direct2d1_1):qtConfig(directwrite1) {
21    SUBDIRS += direct2d
22}
23
24qnx {
25    SUBDIRS += qnx
26}
27
28qtConfig(eglfs) {
29    SUBDIRS += eglfs
30    SUBDIRS += minimalegl
31}
32
33qtConfig(directfb) {
34    SUBDIRS += directfb
35}
36
37qtConfig(linuxfb): SUBDIRS += linuxfb
38
39qtHaveModule(network):qtConfig(vnc): SUBDIRS += vnc
40
41freebsd {
42    SUBDIRS += bsdfb
43}
44
45haiku {
46    SUBDIRS += haiku
47}
48
49wasm: SUBDIRS += wasm
50
51qtConfig(integrityfb): SUBDIRS += integrity
52