projects
/
profile
/
ivi
/
qtbase.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/master' into api_changes
[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 {
10
SUBDIRS += cocoa
11
}
12
13
win32: SUBDIRS += windows
14
15
qnx-*-qcc {
16
SUBDIRS += qnx
17
}