summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-09 17:19:35 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 19:42:07 +0200
commit747a94a4cf272aa287ed69aebf215fb9cc9b7926 (patch)
tree9e9a32b4138561f1fff128a5f9785043bb5afa96 /examples/help/contextsensitivehelp
parent77e3d8b08fdee9fc9ba4457c18b723f7c80bf448 (diff)
QtTools: Replace CONFIG+=help by QT+=help
Change-Id: I2e195430241288cf6e9fc809d4a1b0d6b0e79314 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/help/contextsensitivehelp')
-rw-r--r--examples/help/contextsensitivehelp/contextsensitivehelp.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/help/contextsensitivehelp/contextsensitivehelp.pro b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
index 29686b67d..95df7d963 100644
--- a/examples/help/contextsensitivehelp/contextsensitivehelp.pro
+++ b/examples/help/contextsensitivehelp/contextsensitivehelp.pro
@@ -1,7 +1,6 @@
TEMPLATE = app
-CONFIG += help
-QT += widgets
+QT += help widgets
SOURCES += main.cpp \
wateringconfigdialog.cpp \
helpbrowser.cpp