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