blob: 949fdf6dcfae7b05604943d03ac79868ad8d40ec (
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
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|