blob: 52ab8c4598278bf6a49c465c7321e605e2fda1fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
TEMPLATE = subdirs
SUBDIRS += \
gallery \
tableview \
touch \
basiclayouts \
styles \
uiforms
qtHaveModule(widgets) {
SUBDIRS += texteditor filesystembrowser
}
qtHaveModule(sql) {
SUBDIRS += calendar
}
|