summaryrefslogtreecommitdiffstats
path: root/examples/uitools/textfinder/textfinder.pro
blob: 8f66814c437c78cab16e61a6cdcedcc332432875 (plain)
1
2
3
4
5
6
7
8
9
10
#! [0]
QT += widgets uitools

HEADERS = textfinder.h
SOURCES = textfinder.cpp main.cpp
RESOURCES = textfinder.qrc
#! [0]

target.path = $$[QT_INSTALL_EXAMPLES]/uitools/textfinder
INSTALLS += target