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

SUBDIRS += \
    adding \
    attached \
    binding \
    coercion \
    default \
    grouped \
    properties \
    signal \
    valuesource \
    methods

!contains(QT_CONFIG, no-widgets): SUBDIRS += extended