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

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)