blob: a73a605512c32c448e21e0e4a504e51367314f6d (
plain)
1
2
3
4
5
6
|
if (NOT VCPKG_TARGET_IS_WINDOWS)
message(FATAL_ERROR "qt5-activeqt only support Windows.")
endif()
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
qt_submodule_installation()
|