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-purchasing | |
| 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-purchasing')
| -rw-r--r-- | ports/qt5-purchasing/CONTROL | 2 | ||||
| -rw-r--r-- | ports/qt5-purchasing/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-purchasing/CONTROL b/ports/qt5-purchasing/CONTROL index 0c2df22e9..14a21138a 100644 --- a/ports/qt5-purchasing/CONTROL +++ b/ports/qt5-purchasing/CONTROL @@ -1,4 +1,4 @@ Source: qt5-purchasing
-Version: 5.12.1
+Version: 5.12.3
Description: Qt5 Purchasing Module - Enables in-app purchase of products in Qt applications.
Build-Depends: qt5-modularscripts, qt5-base, qt5-declarative
diff --git a/ports/qt5-purchasing/portfile.cmake b/ports/qt5-purchasing/portfile.cmake index 3ea4b192c..c172817df 100644 --- a/ports/qt5-purchasing/portfile.cmake +++ b/ports/qt5-purchasing/portfile.cmake @@ -2,4 +2,4 @@ include(vcpkg_common_functions) include(${CURRENT_INSTALLED_DIR}/share/qt5modularscripts/qt_modular_library.cmake)
-qt_modular_library(qtpurchasing 655283a32f02a4a5bb8b890081fa1276e1a0c1396f50bb5c8ea849b55a60d8dde368f05072ab786fb8bb14cc41be8394d635bf4af791f2ef289796e04395dbb6)
+qt_modular_library(qtpurchasing 3069ece2083d0661a3599c631cf0832a80e01262b5858ffd407bc0d80e35711f2f973b2c085b6dd5539f3ec26004c684df99d477e58ab62da63d705a8a5616c9)
|
