From 747a94a4cf272aa287ed69aebf215fb9cc9b7926 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 9 Jul 2012 17:19:35 +0200 Subject: QtTools: Replace CONFIG+=help by QT+=help Change-Id: I2e195430241288cf6e9fc809d4a1b0d6b0e79314 Reviewed-by: Oswald Buddenhagen --- examples/help/contextsensitivehelp/contextsensitivehelp.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/help/contextsensitivehelp/contextsensitivehelp.pro') 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 -- cgit v1.2.3