mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:09: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>
15 lines
344 B
CMake
15 lines
344 B
CMake
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
#Basic setup
|
|
include(qt_port_hashes)
|
|
#Fixup scripts
|
|
include(qt_fix_makefile_install)
|
|
include(qt_fix_cmake)
|
|
include(qt_fix_prl)
|
|
#Helper functions
|
|
include(qt_download_submodule)
|
|
include(qt_build_submodule)
|
|
include(qt_install_copyright)
|
|
|
|
include(qt_submodule_installation)
|