diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-11-21 17:34:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-21 17:34:35 -0800 |
| commit | cccd1ed932c20daa9aa61d47aacd8bcc342c4e48 (patch) | |
| tree | a292bf19a2a44a875b2491e094127cb5dbb45cad | |
| parent | 232c20345f739645fcf0550f631d5f5cf157229b (diff) | |
| parent | 4ad478783b15d7b4b7029dfc4f9342ea7cf7033b (diff) | |
| download | vcpkg-cccd1ed932c20daa9aa61d47aacd8bcc342c4e48.tar.gz vcpkg-cccd1ed932c20daa9aa61d47aacd8bcc342c4e48.zip | |
Merge pull request #8793 from tcsavage/fix/qtquickshapes-dll
[qt5] Modify qtdeploy to include qtquickshapes
| -rw-r--r-- | ports/qt5-base/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qt5-base/qtdeploy.ps1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-base/CONTROL b/ports/qt5-base/CONTROL index 8c0cc6c5a..c981e7256 100644 --- a/ports/qt5-base/CONTROL +++ b/ports/qt5-base/CONTROL @@ -1,5 +1,5 @@ Source: qt5-base
-Version: 5.12.5-1
+Version: 5.12.5-2
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
diff --git a/ports/qt5-base/qtdeploy.ps1 b/ports/qt5-base/qtdeploy.ps1 index c751e891e..117456a14 100644 --- a/ports/qt5-base/qtdeploy.ps1 +++ b/ports/qt5-base/qtdeploy.ps1 @@ -69,7 +69,7 @@ function deployPluginsIfQt([string]$targetBinaryDir, [string]$QtPluginsDir, [str } } } elseif ($targetBinaryName -match "Qt5Quickd?.dll") { - foreach ($a in @("Qt5QuickControls2", "Qt5QuickControls2d", "Qt5QuickTemplates2", "Qt5QuickTemplates2d")) + foreach ($a in @("Qt5QuickControls2", "Qt5QuickControls2d", "Qt5QuickShapes", "Qt5QuickShapesd", "Qt5QuickTemplates2", "Qt5QuickTemplates2d")) { if (Test-Path "$binDir\$a.dll") { |
