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

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

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

sources.files = referenceexamples.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick/qml/referenceexamples
INSTALLS += sources