portfile.cmake 293 B

1234567
  1. set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
  2. if(VCPKG_TARGET_IS_WINDOWS)
  3. set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
  4. message(STATUS "${PORT} will not build any artifacts on Windows!")
  5. endif()
  6. include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
  7. qt_submodule_installation()