1
TEMPLATE = subdirs
2
SUBDIRS = \
3
addressbook
4
5
# install
6
sources.files = README *.pro
7
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials
8
INSTALLS += sources
9
10
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)