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

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

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