summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial1/tutorial1.pro
blob: 016de61d7bdb006a151b9a151322aee7195e80d3 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = testqstring.cpp
QT += testlib

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

QT += widgets