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

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

QT += widgets