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

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

symbian {
    TARGET.UID3 = 0xA000C60F
    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
}