projects
/
profile
/
ivi
/
qtbase.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge commit 'qt-v5.0.0-alpha1'
[profile/ivi/qtbase.git]
/
src
/
plugins
/
platforms
/
platforms.pro
1
TEMPLATE = subdirs
2
3
SUBDIRS += minimal
4
5
contains(QT_CONFIG, xcb) {
6
SUBDIRS += xcb
7
}
8
9
mac:contains(QT_CONFIG, coreservices): SUBDIRS += cocoa
10
11
win32: SUBDIRS += windows
12
13
qnx {
14
SUBDIRS += qnx
15
}
16
17
contains(QT_CONFIG, eglfs) {
18
SUBDIRS += eglfs
19
}