summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial4/tutorial4.pro
blob: 6d189a255a4dfbe5ab068af32e624362657fc819 (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
    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
}