aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
blob: 6b31dfc65dc9b469ed8146610c1ab06e41afaf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TEMPLATE = subdirs
QT_FOR_CONFIG += qml-private

SUBDIRS += \
    builtins \
    qtqml \
    models \
    labsmodels

qtConfig(qml-worker-script): SUBDIRS += workerscript
qtConfig(thread): SUBDIRS += folderlistmodel
qtHaveModule(sql): SUBDIRS += localstorage
qtConfig(settings): SUBDIRS += settings
qtConfig(statemachine): SUBDIRS += statemachine

qtHaveModule(quick) {
    QT_FOR_CONFIG += quick-private

    SUBDIRS += \
        labsanimation \
        layouts \
        qtquick2 \
        window \
        wavefrontmesh

    qtHaveModule(testlib): SUBDIRS += testlib
    qtConfig(systemsemaphore): SUBDIRS += sharedimage
    qtConfig(quick-particles): \
        SUBDIRS += particles

    qtConfig(quick-path):qtConfig(thread): SUBDIRS += shapes
}