Skip to content

Commit

Permalink
fix build without QtWekKit
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 9, 2017
1 parent c7130c6 commit 4851975
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
#define QGSWEBFRAME_H

#ifdef WITH_QTWEBKIT
#include "qgis_core.h"

#ifdef WITH_QTWEBKIT
#include <QWebFrame>
#else

Expand Down

0 comments on commit 4851975

Please sign in to comment.