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

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