Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-75891

Force bundled double-conversion code to be built when 3rdparty package can't be found

    XMLWordPrintable

Details

    • User Story
    • Resolution: Done
    • P1: Critical
    • None
    • None
    • Build System
    • None

    Description

      On Windows will require vcpkg or Conan for 3rdparty packages for sure, so we can get double-conversion from one of those package managers.

      On macOS double-conversion can be found in brew, but it is not strictly required because the libc++ library on macOS provides appropriate sprintf_l functions.

      On Linux it looks like distros are moving away from packaging double-conversion and the libstdc++ library does not provide the required functions that QtCore needs.

      Hence we should still use the bundled sources at least for the Linux case.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            alexandru.croitor Alexandru Croitor
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes