blob: 33d74ee6337d64b90850422cfe7bbacc12dc94e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TEMPLATE = subdirs
SUBDIRS += \
gallery \
chattutorial \
texteditor \
contactlist \
wearable \
filesystemexplorer \
imagine/automotive \
imagine/musicplayer
qtHaveModule(sql): SUBDIRS += eventcalendar
qtHaveModule(widgets): SUBDIRS += flatstyle
|