pineapple/externals/vcpkg/ports/qt5-winextras/portfile.cmake
2022-07-23 03:01:36 +02:00

12 lines
293 B
CMake
Executable file

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})