diff options
| author | Lennart Trunk <lennart.trunk@outlook.de> | 2019-05-09 00:15:26 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-08 15:15:26 -0700 |
| commit | 38aeee774a94b4cdb085e450ff579a404cc161c3 (patch) | |
| tree | 65f7e9ff50c563ea797135130260846765857f85 /ports/qt5-modularscripts | |
| parent | 883dd409287db82c2d025d8972bc05016e49f73a (diff) | |
| download | vcpkg-38aeee774a94b4cdb085e450ff579a404cc161c3.tar.gz vcpkg-38aeee774a94b4cdb085e450ff579a404cc161c3.zip | |
[qt5] update to 5.12.3 (#6127)
* update CONTROL files and version variable
* fix qt5 linkage in debug
* revert target_link_libraries to set_property
* revert mqtt to 5.12.1 since 5.12.3 is not released yet
* update mqtt to 5.12.3
* update hashes
* remove unnecessary patch
* fix qmldevtools debug linkage for qt5-tools
Diffstat (limited to 'ports/qt5-modularscripts')
| -rw-r--r-- | ports/qt5-modularscripts/CONTROL | 6 | ||||
| -rw-r--r-- | ports/qt5-modularscripts/qt_modular_library.cmake | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/qt5-modularscripts/CONTROL b/ports/qt5-modularscripts/CONTROL index 2b5a0a465..4dc0032f9 100644 --- a/ports/qt5-modularscripts/CONTROL +++ b/ports/qt5-modularscripts/CONTROL @@ -1,3 +1,3 @@ -Source: qt5-modularscripts -Version: 2019-04-30 -Description: Vcpkg helpers to package qt5 modules +Source: qt5-modularscripts
+Version: 2019-04-30
+Description: Vcpkg helpers to package qt5 modules
diff --git a/ports/qt5-modularscripts/qt_modular_library.cmake b/ports/qt5-modularscripts/qt_modular_library.cmake index b3cf05b7b..dd3abb94f 100644 --- a/ports/qt5-modularscripts/qt_modular_library.cmake +++ b/ports/qt5-modularscripts/qt_modular_library.cmake @@ -9,7 +9,7 @@ function(qt_modular_fetch_library NAME HASH TARGET_SOURCE_PATH) endif() set(MAJOR_MINOR 5.12) - set(FULL_VERSION ${MAJOR_MINOR}.1) + set(FULL_VERSION ${MAJOR_MINOR}.3) set(ARCHIVE_NAME "${NAME}-everywhere-src-${FULL_VERSION}.tar.xz") vcpkg_download_distfile(ARCHIVE_FILE |
