textfinder.pro Example File

textfinder/textfinder.pro
 QT += widgets uitools

 HEADERS = textfinder.h
 SOURCES = textfinder.cpp main.cpp
 RESOURCES = textfinder.qrc

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