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


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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)