forked from qt-creator/qt-creator
Fixes: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
Task: - none AutoTest: - compile test Details: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <QtGui/QTextBrowser>
|
||||
#include <QtGui/QAction>
|
||||
|
||||
#if defined(USE_WEBKIT)
|
||||
#if !defined(QT_NO_WEBKIT)
|
||||
#include <QWebView>
|
||||
#endif
|
||||
|
||||
@@ -54,7 +54,7 @@ class QKeyEvent;
|
||||
class QMouseEvent;
|
||||
class QContextMenuEvent;
|
||||
|
||||
#if defined(USE_WEBKIT)
|
||||
#if !defined(QT_NO_WEBKIT)
|
||||
|
||||
class HelpViewer : public QWebView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user