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

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

symbian {
    TARGET.UID3 = 0xA000C60D
    CONFIG += qt_example
}
QT += widgets