summaryrefslogtreecommitdiffstats
path: root/examples/uitools/textfinder/textfinder.pro
blob: 667711dda85f5fe15639a0bc22387d5305c92122 (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