summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial2/tutorial2.pro
blob: 2c44466d476374d2abb7117502ecbdde03120fd8 (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]/qtbase/qtestlib/tutorial2
sources.files = $$SOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial2
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000C60C
    CONFIG += qt_example
}