From 9b9b178d4c7834ce210e5baa46a9364436674a5f Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 26 Feb 2019 03:06:33 +0800 Subject: [PATCH] [qt5-webview] Add new port (fix #5427) (#5441) --- ports/qt5-webview/CONTROL | 4 ++++ ports/qt5-webview/portfile.cmake | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 ports/qt5-webview/CONTROL create mode 100644 ports/qt5-webview/portfile.cmake diff --git a/ports/qt5-webview/CONTROL b/ports/qt5-webview/CONTROL new file mode 100644 index 0000000000..fda869331e --- /dev/null +++ b/ports/qt5-webview/CONTROL @@ -0,0 +1,4 @@ +Source: qt5-webview +Version: 5.12.1 +Description: Qt5 WebView module - Provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. +Build-Depends: qt5-base, qt5-modularscripts, qt5-declarative diff --git a/ports/qt5-webview/portfile.cmake b/ports/qt5-webview/portfile.cmake new file mode 100644 index 0000000000..df9f90c0a5 --- /dev/null +++ b/ports/qt5-webview/portfile.cmake @@ -0,0 +1,5 @@ +include(vcpkg_common_functions) + +include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) + +qt_modular_library(qtwebview 27e1904570678691e26831e87953e47d6b707bfe0504cde112ad6c8c18ea163eb83d90f8d4dbbf73873caee827e486691bb73e16a4c8b9e522bbeffbb68e9973)