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

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

QT += widgets