early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/qt5-winextras/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/qt5-winextras/portfile.cmake
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
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})
|
||||
Reference in New Issue
Block a user