Commit 212ff1b0 authored by Andras Becsi's avatar Andras Becsi
Browse files

OS X: Fix the build with the Qt SDK


Change-Id: Icc4219ace4121a4b30302e0348e48dc75cae54cb
Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
Showing with 3 additions and 3 deletions
......@@ -47,7 +47,7 @@ typedef QApplication Application;
#include <QtGui/QGuiApplication>
typedef QGuiApplication Application;
#endif
#include <qtwebengineglobal.h>
#include <QtWebEngine/qtwebengineglobal.h>
int main(int argc, char **argv)
{
......
......@@ -6,7 +6,7 @@ IMPORT_VERSION = 1.0
QT += webengine qml quick
QT_PRIVATE += webengine-private qml-private quick-private gui-private core-private
INCLUDEPATH += $$QTWEBENGINE_ROOT/src/core $$QTWEBENGINE_ROOT/src/webengine $$QTWEBENGINE_ROOT/src/webengine/api
INCLUDEPATH += $$QTWEBENGINE_ROOT/src/core $$QTWEBENGINE_ROOT/src/webengine $$QTWEBENGINE_ROOT/src/webengine/api $$QTWEBENGINE_ROOT/include/QtWebEngine
SOURCES = plugin.cpp
......
......@@ -8,7 +8,7 @@ QT_PRIVATE += webenginecore widgets-private quick-private gui-private network-pr
QMAKE_DOCS = $$PWD/doc/qtwebenginewidgets.qdocconf
INCLUDEPATH += $$PWD api ../core
INCLUDEPATH += $$PWD api ../core ../webengine/api
SOURCES = \
api/qtwebenginewidgetsglobal.cpp \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment