diff options
author | kh <qtc-committer@nokia.com> | 2009-06-25 16:07:57 +0200 |
---|---|---|
committer | kh <qtc-committer@nokia.com> | 2009-06-25 16:07:57 +0200 |
commit | 9ac5ab0466075efc19964938d07600733ad69ff6 (patch) | |
tree | e73fc28c416215607c679821723108b1f5cdac58 /src/plugins/help | |
parent | bfc04b98f0700b7af486185dcd4b7f0f1d1e30d9 (diff) | |
download | qt-creator-9ac5ab0466075efc19964938d07600733ad69ff6.tar.gz |
Build fix for QT_NO_WEBKIT.
Diffstat (limited to 'src/plugins/help')
-rw-r--r-- | src/plugins/help/helpplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index dda3959f37..d061eb30e9 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -73,6 +73,7 @@ #ifndef QT_NO_WEBKIT #include <QtGui/QApplication> +#else #include <QtWebKit/QWebSettings> #endif |