summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial4/tutorial4.pro
blob: 0777d4841f7b780c6e7ec1a813571aebd4c024c5 (plain)
1
2
3
4
5
6
7
8
SOURCES = testgui.cpp
CONFIG  += qtestlib

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