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

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

QT += widgets