Index: head/deskutils/syncthingtray/files/patch-webengine-version-workaround =================================================================== --- head/deskutils/syncthingtray/files/patch-webengine-version-workaround (nonexistent) +++ head/deskutils/syncthingtray/files/patch-webengine-version-workaround (revision 513244) @@ -0,0 +1,19 @@ +--- ../syncthingtray/widgets/webview/webviewdialog.cpp.orig 2019-09-29 15:48:26.701747000 +0200 ++++ ../syncthingtray/widgets/webview/webviewdialog.cpp 2019-09-29 15:49:53.491199000 +0200 +@@ -12,6 +12,7 @@ + #include + #if defined(SYNCTHINGWIDGETS_USE_WEBENGINE) + #include ++#include + #endif + + using namespace QtUtilities; +@@ -28,7 +29,7 @@ + + #if defined(SYNCTHINGWIDGETS_USE_WEBENGINE) + m_profile = new QWebEngineProfile(objectName(), this); +-#if (QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)) ++#if (QTWEBENGINEWIDGETS_VERSION >= QT_VERSION_CHECK(5, 13, 0)) + m_profile->setUrlRequestInterceptor(new WebViewInterceptor(m_connectionSettings, m_profile)); + #else + m_profile->setRequestInterceptor(new WebViewInterceptor(m_connectionSettings, m_profile)); Property changes on: head/deskutils/syncthingtray/files/patch-webengine-version-workaround ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property