aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-modularscripts
diff options
context:
space:
mode:
authorLennart Trunk <lennart.trunk@outlook.de>2019-01-16 23:54:59 +0100
committerPhil Christensen <philc@microsoft.com>2019-01-16 14:54:59 -0800
commit13ec61a842588480f49d3c3a6a3b42d70df4fa84 (patch)
tree22e58b2e86d147dbad41c9bf90660524d881b5f8 /ports/qt5-modularscripts
parent672ea9a1b3222673342b37ea26dacad0a1c38288 (diff)
downloadvcpkg-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-modularscripts')
-rw-r--r--ports/qt5-modularscripts/CONTROL2
-rw-r--r--ports/qt5-modularscripts/qt_modular_library.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/qt5-modularscripts/CONTROL b/ports/qt5-modularscripts/CONTROL
index 09e07dd08..f738101d7 100644
--- a/ports/qt5-modularscripts/CONTROL
+++ b/ports/qt5-modularscripts/CONTROL
@@ -1,3 +1,3 @@
Source: qt5-modularscripts
-Version: 2018-11-01-1
+Version: 2018-12-17
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 4066a6b51..34efa6eb9 100644
--- a/ports/qt5-modularscripts/qt_modular_library.cmake
+++ b/ports/qt5-modularscripts/qt_modular_library.cmake
@@ -8,8 +8,8 @@ function(qt_modular_library NAME HASH)
)
endif()
- set(MAJOR_MINOR 5.11)
- set(FULL_VERSION ${MAJOR_MINOR}.2)
+ set(MAJOR_MINOR 5.12)
+ set(FULL_VERSION ${MAJOR_MINOR}.0)
set(ARCHIVE_NAME "${NAME}-everywhere-src-${FULL_VERSION}.tar.xz")
vcpkg_download_distfile(ARCHIVE_FILE
@@ -40,7 +40,7 @@ function(qt_modular_library NAME HASH)
string(SUBSTRING "${NATIVE_INSTALLED_DIR}" 2 -1 INSTALLED_DIR_WITHOUT_DRIVE)
string(SUBSTRING "${NATIVE_PACKAGES_DIR}" 2 -1 PACKAGES_DIR_WITHOUT_DRIVE)
-
+
#Configure debug+release
vcpkg_configure_qmake(SOURCE_PATH ${SOURCE_PATH})
@@ -135,4 +135,4 @@ function(qt_modular_library NAME HASH)
endif()
file(INSTALL ${LICENSE_PATH} DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-endfunction() \ No newline at end of file
+endfunction()