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

qtHaveModule(gui):qtConfig(opengl(es1|es2)?): \
    SUBDIRS += particles

qtHaveModule(gui): qtHaveModule(widgets): SUBDIRS += quickwidgets

SUBDIRS += \
    plugins \
    imports \
    qmldevtools

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

qmldevtools.CONFIG = host_build