diff options
| author | Lennart Trunk <lennart.trunk@outlook.de> | 2019-01-16 23:54:59 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-01-16 14:54:59 -0800 |
| commit | 13ec61a842588480f49d3c3a6a3b42d70df4fa84 (patch) | |
| tree | 22e58b2e86d147dbad41c9bf90660524d881b5f8 /ports/qt5-speech | |
| parent | 672ea9a1b3222673342b37ea26dacad0a1c38288 (diff) | |
| download | vcpkg-13ec61a842588480f49d3c3a6a3b42d70df4fa84.tar.gz vcpkg-13ec61a842588480f49d3c3a6a3b42d70df4fa84.zip | |
[qt5] update to QT5.12 (#4991)
* update qt5-base to 5.12
* update modules to 5.12 (qt5-declarative and dependents don't work yet)
* fix qt5-declarative for 5.12 and some hashes.
* add qt5-declarative as dependency for qt5-graphicaleffects
Diffstat (limited to 'ports/qt5-speech')
| -rw-r--r-- | ports/qt5-speech/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qt5-speech/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-speech/CONTROL b/ports/qt5-speech/CONTROL index 1f4c2420c..f3c6068d4 100644 --- a/ports/qt5-speech/CONTROL +++ b/ports/qt5-speech/CONTROL @@ -1,4 +1,4 @@ Source: qt5-speech -Version: 5.11.2 +Version: 5.12.0 Description: Qt5 Speech Module Build-Depends: qt5-modularscripts, qt5-base, atlmfc (windows) diff --git a/ports/qt5-speech/portfile.cmake b/ports/qt5-speech/portfile.cmake index b1d36265b..2cbd8064a 100644 --- a/ports/qt5-speech/portfile.cmake +++ b/ports/qt5-speech/portfile.cmake @@ -2,4 +2,4 @@ include(vcpkg_common_functions) include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) -qt_modular_library(qtspeech b3e433b308c6c3454e40e7e19a075d1bd181a33ecea9c8f970852251488c12d1227e0b92aaeb6f7f75ac0efcb04bbe22c49562c594d8b9773528a2aaf73f8d02) +qt_modular_library(qtspeech cbc34d2d51ef2cf333dccd0a142198a477187786e743f6322370a197b4bbcba11ef7ce92aa9ea0917cc092f51609e71764ee3e5d356dadd54eaae5783c756887) |
