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

SUBDIRS += \
    folderlistmodel \
    localstorage \
    models

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

qtHaveModule(xmlpatterns) : SUBDIRS += xmllistmodel

qtHaveModule(widgets) : SUBDIRS += widgets