Runtime fixes for QT4 support.

This commit is contained in:
Neel Patel
2016-02-23 09:10:49 +00:00
committed by Dave Page
parent 2de7b4c0a0
commit 3b7886e61e
6 changed files with 23 additions and 8 deletions

View File

@@ -14,7 +14,11 @@
#include "pgAdmin4.h"
#if QT_VERSION >= 0x050000
#include <QtWebKitWidgets>
#else
#include <QWebView>
#endif
class WebViewWindow : public QWebView
{