aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 72888b2c71c20caed6abeb7aba62554f9663d79c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

SUBDIRS += \
    folderlistmodel \
    localstorage

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

qtHaveModule(xmlpatterns) : SUBDIRS += xmllistmodel