portfile.cmake 199 B

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