aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2016-05-03 10:02:54 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-04 07:04:20 +0000
commitf6cbf65035c2c26300e7453c5d549cd38d4039a7 (patch)
treea33dc3fd9d162096799b9b1969adeb745ac435d2
parentb3b5749c4abaec2b2a87ee1dd336187cd7bf5372 (diff)
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>
-rw-r--r--doc/examples/textfinder/textfinder.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/textfinder/textfinder.pro b/doc/examples/textfinder/textfinder.pro
index 4dd25ca402..f8f547aef7 100644
--- a/doc/examples/textfinder/textfinder.pro
+++ b/doc/examples/textfinder/textfinder.pro
@@ -1,6 +1,7 @@
TARGET = TextFinder
TEMPLATE = app
+QT += widgets
SOURCES += main.cpp\
textfinder.cpp