Skip to content

[qtbase] use the vcpkg-provided md4c library #48697

@jobor

Description

@jobor

The qtbase port uses the md4c library that's bundled with Qt's sources.

ports/qtbase/portfile.cmake has

    elseif(_input STREQUAL "libmd4c")
        string(APPEND INPUT_OPTIONS qt) # libmd4c is not yet in VCPKG (but required by qtdeclarative)

By now, we have a md4c vcpkg port: https://vcpkg.link/ports/md4c

Proposed solution

I suggest to use the vcpkg port instead of Qt's bundled sources.

Metadata

Metadata

Assignees

No one assigned

    Labels

    category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t exist

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions