summaryrefslogtreecommitdiffstats
path: root/examples/uitools/textfinder/textfinder.pro
blob: 0e6421f6c5ac427704ee2261d98dfb278cd2dc62 (plain)
1
2
3
4
5
6
7
8
HEADERS		= textfinder.h
RESOURCES	= textfinder.qrc
SOURCES		= textfinder.cpp main.cpp

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

QT += widgets uitools