mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 15:29:06 +08:00
81134652a6
* [qt5] Update to 5.15.4 https://lists.qt-project.org/pipermail/development/2022-May/042437.html * Deprecate "latest" feature Also update "qt5" port when updating versions Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
7 lines
350 B
CMake
7 lines
350 B
CMake
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
|
|
qt_submodule_installation(OUT_SOURCE_PATH SOURCE_PATH PATCHES limits_include.patch)
|
|
|
|
if(NOT QT_UPDATE_VERSION)
|
|
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/qt5/QtQml/${QT_MAJOR_MINOR_VER}.${QT_PATCH_VER}/QtQml/private/qqmljsparser_p.h" "${SOURCE_PATH}" "")
|
|
endif()
|