author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = subdirs |
2 |
SUBDIRS = tutorial1 tutorial2 tutorial3 tutorial4 tutorial5 |
|
3 |
||
4 |
# install |
|
5 |
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib |
|
6 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtestlib.pro README |
|
7 |
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib |
|
8 |
INSTALLS += target sources |
|
9 |
||
10 |
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |