summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial5/tutorial5.pro
blob: 950996c8cbc0c3b7467705efc4e90ad2b2e0645d (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = benchmarking.cpp
QT += testlib

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

QT += widgets