summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_examples_textfinder.pro
blob: ae070f4ac2c1e5a05b2c270aac1947a7ddf8d8a3 (plain)
1
2
3
4
5
6
#! [0]
CONFIG      += uitools
HEADERS     = textfinder.h
RESOURCES   = textfinder.qrc
SOURCES     = textfinder.cpp main.cpp
#! [0]