mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
6f827f25f7
* [qt5-winextras] Remove unneeded dependenies, add feature "declarative" * [qt5] Include qt5-winextras[declarative] in qt5 metaport
13 lines
293 B
CMake
13 lines
293 B
CMake
include("${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake")
|
|
|
|
vcpkg_list(SET _patches
|
|
"patches/unrequire_quick.patch"
|
|
)
|
|
if("declarative" IN_LIST FEATURES)
|
|
list(APPEND _patches
|
|
"patches/require_quick.patch"
|
|
)
|
|
endif()
|
|
|
|
qt_submodule_installation(PATCHES ${_patches})
|