aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: c2a58c3757b7b34eb9258f2897a9cb21fd0a0056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = subdirs
CONFIG += ordered
include($$OUT_PWD/quick/qtquick-config.pri)
QT_FOR_CONFIG += network quick-private
SUBDIRS += \
    qml

qtHaveModule(gui) {
    SUBDIRS += \
        quick \
        qmltest

    qtConfig(quick-sprite):qtConfig(opengl(es1|es2)?): \
        SUBDIRS += particles
    qtHaveModule(widgets): SUBDIRS += quickwidgets
}

SUBDIRS += \
    plugins \
    imports \
    qmldevtools

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