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