diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2012-07-09 17:19:35 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-09 19:42:07 +0200 |
commit | 747a94a4cf272aa287ed69aebf215fb9cc9b7926 (patch) | |
tree | 9e9a32b4138561f1fff128a5f9785043bb5afa96 /examples | |
parent | 77e3d8b08fdee9fc9ba4457c18b723f7c80bf448 (diff) | |
download | qttools-747a94a4cf272aa287ed69aebf215fb9cc9b7926.tar.gz |
QtTools: Replace CONFIG+=help by QT+=help
Change-Id: I2e195430241288cf6e9fc809d4a1b0d6b0e79314
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/help/contextsensitivehelp/contextsensitivehelp.pro | 3 |
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 |