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

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

QT += widgets uitools