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

configure: opt-in mode for bundled third-party modules

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.11.0
    • Build System
    • None

      Linux distributions and security aware users do want to avoid the use of Third-Party source code in Qt as much as possible. However, configure does in most cases use the third-party sources in src/3rdparty as an automatic fallback when a matching system library is not found:

      Qt comes with bundled copies of some 3rd party libraries. These are used
      by default if auto-detection of the respective system library fails.
      

      We should give users an option to inverse this logic: Make disabling the whole feature the default (if a system library is not found), but provide means to opt-in especially:

      # Disable all -qt-xxx features, except 
      configure -no-bundled-thirdparty -qt-harfbuzz
      

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

            qtbuildsystem Qt Build System Team
            kkohne Kai Köhne
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes