author | William Roberts <williamr@symbian.org> |
Fri, 11 Jun 2010 16:26:16 +0100 | |
branch | GCC_SURGE |
changeset 24 | 24fd0381a9ae |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
SOURCES = testgui.cpp |
2 |
CONFIG += qtestlib |
|
3 |
||
4 |
# install |
|
5 |
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3 |
|
6 |
sources.files = $$SOURCES *.pro |
|
7 |
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3 |
|
8 |
INSTALLS += target sources |
|
9 |
||
10 |
symbian { |
|
11 |
TARGET.UID3 = 0xA000C60D |
|
12 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
13 |
} |