summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial5/tutorial5.pro
blob: 0310916ebd0bed8419d663dc9d32bd5318f64a3c (plain)
1
2
3
4
5
6
7
8
SOURCES = benchmarking.cpp
CONFIG  += qtestlib

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