aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 3f15755211fc659a4182e6d5598243daabb66dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs

SUBDIRS += \
    folderlistmodel \
    localstorage \
    models \
    settings

qtHaveModule(quick) {
    SUBDIRS += \
        qtquick2 \
        particles \
        window \
        dialogs-private \
        dialogs \
        testlib
}

qtHaveModule(xmlpatterns) : SUBDIRS += xmllistmodel

qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += widgets