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

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

QT += widgets