Skip to content

Commit

Permalink
Merge pull request #3969 from 3nids/fixwebkit
Browse files Browse the repository at this point in the history
fix build without QtWekKit
  • Loading branch information
3nids committed Jan 9, 2017
2 parents c7130c6 + 4851975 commit 590a981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgswebframe.h
Expand Up @@ -16,8 +16,9 @@
#ifndef QGSWEBFRAME_H #ifndef QGSWEBFRAME_H
#define QGSWEBFRAME_H #define QGSWEBFRAME_H


#ifdef WITH_QTWEBKIT
#include "qgis_core.h" #include "qgis_core.h"

#ifdef WITH_QTWEBKIT
#include <QWebFrame> #include <QWebFrame>
#else #else


Expand Down

0 comments on commit 590a981

Please sign in to comment.