Skip to content

Commit 590a981

Browse files
authored
Merge pull request #3969 from 3nids/fixwebkit
fix build without QtWekKit
2 parents c7130c6 + 4851975 commit 590a981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/qgswebframe.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
#ifndef QGSWEBFRAME_H
1717
#define QGSWEBFRAME_H
1818

19-
#ifdef WITH_QTWEBKIT
2019
#include "qgis_core.h"
20+
21+
#ifdef WITH_QTWEBKIT
2122
#include <QWebFrame>
2223
#else
2324

0 commit comments

Comments
 (0)