windows-amd64-prebuilt-libr.../vcpkg/ports/qt5-winextras/portfile.cmake
2020-10-10 14:36:42 +02:00

6 lines
200 B
CMake

if (NOT VCPKG_TARGET_IS_WINDOWS)
message(FATAL_ERROR "qt5-winextras only support Windows.")
endif()
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
qt_submodule_installation()