Make building of platform plugins indifferent if its out of source
[profile/ivi/qtbase.git] / src / plugins / platforms / platforms.pro
1 TEMPLATE = subdirs
2
3 #out of source tree plugin setup start
4 SUBDIRS += install_rules
5 SRCDIRS = \
6     dnd \
7     eglconvenience \
8     fb_base \
9     fontdatabases \
10     glxconvenience \
11     printersupport \
12     wayland
13
14 srcdirs.files = $$SRCDIRS
15 srcdirs.path = $$[QT_INSTALL_DATA]/platforms
16
17 INSTALLS = srcdirs
18 #out of source tree plugin setup end
19
20 SUBDIRS += minimal
21
22 contains(QT_CONFIG, wayland) {
23     SUBDIRS += wayland
24 }
25
26 contains(QT_CONFIG, xcb) {
27     SUBDIRS += xcb
28 }
29
30 mac {
31     SUBDIRS += cocoa
32 }