summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial1/tutorial1.pro
blob: dd5820f49ca3dbf1959a7708f148e61dadd90d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}
QT += widgets