author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
SOURCES = benchmarking.cpp |
2 |
CONFIG += qtestlib |
|
3 |
||
4 |
# install |
|
5 |
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial5 |
|
6 |
sources.files = $$SOURCES *.pro |
|
7 |
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial5 |
|
8 |
INSTALLS += target sources |
|
9 |
||
10 |
symbian { |
|
11 |
TARGET.UID3 = 0xA000C60F |
|
12 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
13 |
} |