diff options
| author | Robert Colton <robertbcolton@gmail.com> | 2018-10-22 13:49:16 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-22 10:49:16 -0700 |
| commit | 473d63c4edf1ab704b597abc4987372712b005f6 (patch) | |
| tree | c71b88e9675841a92559e53fabb02e2ea3b55e36 /ports/qt5-scxml | |
| parent | cba23fe693f0d6b5e1ef50a197b74fdd8804c60a (diff) | |
| download | vcpkg-473d63c4edf1ab704b597abc4987372712b005f6.tar.gz vcpkg-473d63c4edf1ab704b597abc4987372712b005f6.zip | |
Qt 5.11 and static build fixes (#4164)
* fix da qt5
* fix qt config duplication
* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA
* [qt5-*] Update sub-portfiles
* qt5-base WIP
* [qt5] Fix Could not find qmlcachegen.exe
* [qt5-activeqt] Fix SHA512
* [qt5-base] Fix static builds
* [qt5-base] Bump control version
* [qt5-base] Restore removal of qmake dependencies
* [qt5-base] Partially revert #3280
* [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
Diffstat (limited to 'ports/qt5-scxml')
| -rw-r--r-- | ports/qt5-scxml/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qt5-scxml/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-scxml/CONTROL b/ports/qt5-scxml/CONTROL index ed3f93812..202592db6 100644 --- a/ports/qt5-scxml/CONTROL +++ b/ports/qt5-scxml/CONTROL @@ -1,4 +1,4 @@ Source: qt5-scxml -Version: 5.9.2-0 +Version: 5.11.1 Description: Qt5 SCXML Module - Provides classes and tools for creating state machines from SCXML files and embedding them in applications Build-Depends: qt5-modularscripts, qt5-base, qt5-declarative diff --git a/ports/qt5-scxml/portfile.cmake b/ports/qt5-scxml/portfile.cmake index b0827216e..e89fe3213 100644 --- a/ports/qt5-scxml/portfile.cmake +++ b/ports/qt5-scxml/portfile.cmake @@ -2,4 +2,4 @@ include(vcpkg_common_functions) include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake) -qt_modular_library(qtscxml c33db992ab456e5dd8b9be65c5619c503048106bbb1839b0930f2d4df36eed0780dfa1fc2912d7758aa72195269e59cbe8826cbaa414c2f339ca66c565809c88) +qt_modular_library(qtscxml d64dba323b009525078e999e0972fd09a16bb806980411ce7cc452aee0951632ee440f71c2b5124cfd6ed5020aa869d8490017aaba374a8d4b83f43c1f0b0689) |
