Skip to content

Commit

Permalink
Merge pull request microsoft#8793 from tcsavage/fix/qtquickshapes-dll
Browse files Browse the repository at this point in the history
[qt5] Modify qtdeploy to include qtquickshapes
  • Loading branch information
ras0219-msft authored Nov 22, 2019
2 parents 232c203 + 4ad4787 commit cccd1ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/qt5-base/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/qt5-base/qtdeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit cccd1ed

Please sign in to comment.