aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/referenceexamples.pro
blob: ae3b884592106f2f84baaec26a44846fddabb161 (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

qtHaveModule(widgets): SUBDIRS += extended