diff options
| author | myd7349 <myd7349@gmail.com> | 2019-02-26 03:06:33 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-02-25 11:06:33 -0800 |
| commit | 9b9b178d4c7834ce210e5baa46a9364436674a5f (patch) | |
| tree | 73010f051bf5ea4f29725a525c1a8d76f0115e7f | |
| parent | 4ad78224c989953cde21c77dd63345b9f722671b (diff) | |
| download | vcpkg-9b9b178d4c7834ce210e5baa46a9364436674a5f.tar.gz vcpkg-9b9b178d4c7834ce210e5baa46a9364436674a5f.zip | |
[qt5-webview] Add new port (fix #5427) (#5441)
| -rw-r--r-- | ports/qt5-webview/CONTROL | 4 | ||||
| -rw-r--r-- | ports/qt5-webview/portfile.cmake | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ports/qt5-webview/CONTROL b/ports/qt5-webview/CONTROL new file mode 100644 index 000000000..fda869331 --- /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 000000000..df9f90c0a --- /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)
|
