summaryrefslogtreecommitdiff
path: root/examples/qtestlib/tutorial1/tutorial1.pro
blob: baa15b29f663c9aa1f094d4e74eea2e3c596d011 (plain)
1
2
3
4
5
6
7
8
SOURCES = testqstring.cpp
CONFIG  += qtestlib

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