]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qt5-tools/portfile.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / qt5-tools / portfile.cmake
CommitLineData
1e59de90
TL
1include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
2
3qt_submodule_installation(PATCHES
4 icudt-debug-suffix.patch # https://bugreports.qt.io/browse/QTBUG-87677
5)
6
7if(EXISTS "${CURRENT_INSTALLED_DIR}/plugins/platforms/qminimal${VCPKG_TARGET_SHARED_LIBRARY_SUFFIX}")
8 file(INSTALL "${CURRENT_INSTALLED_DIR}/plugins/platforms/qminimal${VCPKG_TARGET_SHARED_LIBRARY_SUFFIX}" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}/bin/plugins/platforms")
9endif()