summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/extending.pro
blob: 19bf40b9127df4c5c115a3b8a0695c954b5bd9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

SUBDIRS += \
    chapter1-basics \
    chapter2-methods \
    chapter3-bindings \
    chapter4-customPropertyTypes \
    chapter5-listproperties \
    chapter6-plugins 

# install
sources.files = extending.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/tutorials/extending
INSTALLS += sources