author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 12:15:23 +0300 | |
branch | RCL_3 |
changeset 12 | cc75c76972ee |
parent 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 |
} |