aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-base
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-02-20 08:45:58 +0800
committerGitHub <noreply@github.com>2020-02-19 16:45:58 -0800
commit9db90b397d1257f5af62f57f0b4f53072803b6e2 (patch)
tree76489523bc0d10897588d65d56bf6dd964e5e6a4 /ports/qt5-base
parent1be75a28bfce2084bb0b59ec92a6853f13d7be66 (diff)
downloadvcpkg-9db90b397d1257f5af62f57f0b4f53072803b6e2.tar.gz
vcpkg-9db90b397d1257f5af62f57f0b4f53072803b6e2.zip
Fix baseline error (#10051)
* Fix osx baseline * fix osg configure issue * re-trigger ci test * re-trigger ci test * [osg] Revert changes with osg and temporarily skip osg detection * trigger ci test * update baseline Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/qt5-base')
-rw-r--r--ports/qt5-base/CONTROL2
-rw-r--r--ports/qt5-base/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-base/CONTROL b/ports/qt5-base/CONTROL
index c6512c1b2..090d35799 100644
--- a/ports/qt5-base/CONTROL
+++ b/ports/qt5-base/CONTROL
@@ -1,5 +1,5 @@
Source: qt5-base
-Version: 5.12.5-9
+Version: 5.12.5-10
Homepage: https://www.qt.io/
Description: Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.
Build-Depends: zlib, libjpeg-turbo, libpng, freetype, pcre2, harfbuzz, sqlite3, libpq, double-conversion, openssl, angle (!windows), egl-registry, icu (!uwp), fontconfig (!windows)
diff --git a/ports/qt5-base/portfile.cmake b/ports/qt5-base/portfile.cmake
index 443d462e1..7a1f35ef8 100644
--- a/ports/qt5-base/portfile.cmake
+++ b/ports/qt5-base/portfile.cmake
@@ -340,4 +340,4 @@ if(QT_BUILD_LATEST)
DESTINATION
${CURRENT_PACKAGES_DIR}/share/qt5
)
-endif()
+endif() \ No newline at end of file