aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: fb61d49ed95ac33a2429686e31af04b0b34e161c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
    qml

qtHaveModule(gui):contains(QT_CONFIG, opengl(es1|es2)?) {
    SUBDIRS += \
        quick \
        qmltest \
        particles
}

SUBDIRS += \
    plugins \
    imports \
    qmldevtools

qmldevtools.CONFIG = host_build