aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: f34e9cda9f8d55c809fd78fae8b9d44d7f7b9536 (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
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
    qml

qtHaveModule(gui) {
    SUBDIRS += \
        quick

    contains(QT_CONFIG, opengl(es1|es2)?) {
        SUBDIRS += \
            qmltest \
            particles

        qtHaveModule(widgets): SUBDIRS += quickwidgets
    }
}

SUBDIRS += \
    plugins \
    imports \
    qmldevtools

!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmldebug

qmldevtools.CONFIG = host_build