summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial2/tutorial2.pro
blob: bcfe9402af3c8105997d877f919513172d3fea25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES = testqstring.cpp
CONFIG  += qtestlib

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial2
sources.files = $$SOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial2
INSTALLS += target sources

symbian {
    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
    TARGET.UID3 = 0xA000C60C
}