aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/referenceexamples.pro
blob: 3f4bbcf75d32545f1bf774f88bc0d5fefdc15e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs

SUBDIRS += \
    adding \
    coercion \
    default \
    properties \
    methods

qtHaveModule(widgets): SUBDIRS += extended

qtHaveModule(quick): SUBDIRS += \
    attached \
    binding \
    grouped \
    signal \
    valuesource