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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3
INSTALLS += target

QT += widgets