aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/textfinder/textfinder.pro
blob: f8f547aef7cace0c63d4bf2f511b9ed76681a5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = TextFinder
TEMPLATE = app

QT += widgets

SOURCES += main.cpp\
        textfinder.cpp

HEADERS  += textfinder.h

FORMS    += textfinder.ui

RESOURCES += textfinder.qrc