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

SUBDIRS += \
    folderlistmodel \
    localstorage \
    models

qtHaveModule(quick) {
    SUBDIRS += \
        qtquick2 \
        particles \
        window \
# disabled to allow file dialog changes to use urls internally (qtbase)
#        dialogs \
        testlib
}

qtHaveModule(xmlpatterns) : SUBDIRS += xmllistmodel

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