aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-winextras/portfile.cmake
blob: 69c3adbb2e99ef6872e1be26fe3d1b9700e17dff (plain)
1
2
3
4
5
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()