summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/tutorials.pro
blob: ba1769deb459f6983df114e9e906b8e635df7e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = subdirs
SUBDIRS       = \
                addressbook \
                modelview \
                threads


# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials
INSTALLS += sources