Files
qt-creator/doc/examples/textfinder/textfinder.pro
Leena Miettinen f6cbf65035 Doc: Add QT option to .pro file
...to be able to build the example.

Change-Id: If79b5e5cf95e6e67c3c6c22583a047e427fb741a
Reviewed-by: Niels Weber <niels.weber@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2016-05-04 07:04:20 +00:00

14 lines
177 B
Prolog

TARGET = TextFinder
TEMPLATE = app
QT += widgets
SOURCES += main.cpp\
textfinder.cpp
HEADERS += textfinder.h
FORMS += textfinder.ui
RESOURCES += textfinder.qrc