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>
This commit is contained in:
Leena Miettinen
2016-05-03 10:02:54 +02:00
committed by Leena Miettinen
parent b3b5749c4a
commit f6cbf65035

View File

@@ -1,6 +1,7 @@
TARGET = TextFinder
TEMPLATE = app
QT += widgets
SOURCES += main.cpp\
textfinder.cpp