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