Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Building Qt5.15.2 from source code with configure -no-feature-accessibility
Forum Updated to NodeBB v4.3 + New Features

Building Qt5.15.2 from source code with configure -no-feature-accessibility

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 503 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gaojinhsu
    wrote on 1 Jun 2023, 10:33 last edited by gaojinhsu 6 Jan 2023, 10:34
    #1

    when I ran

    configure -no-feature-accessibility -platform win32-msvc -debug-and-release -force-debug-info -webengine-proprietary-codecs -nomake examples -nomake tests -opensource -openssl-linked OPENSSL_PREFIX=C:\openssl
    

    I got this, WARNING: Accessibility disabled. This configuration of Qt is unsupported.

    does it mean disabling accessibility is not supported any more? why?

    C 1 Reply Last reply 1 Jun 2023, 15:49
    0
    • G gaojinhsu
      2 Jun 2023, 02:44

      @Christian-Ehrlicher But this option is still in their doc as an example, in the section of Including or Excluding Features. https://doc.qt.io/qt-5/configure-options.html

      C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 2 Jun 2023, 05:20 last edited by
      #4

      @gaojinhsu As I said - you have to ask the devs about the state.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • G gaojinhsu
        1 Jun 2023, 10:33

        when I ran

        configure -no-feature-accessibility -platform win32-msvc -debug-and-release -force-debug-info -webengine-proprietary-codecs -nomake examples -nomake tests -opensource -openssl-linked OPENSSL_PREFIX=C:\openssl
        

        I got this, WARNING: Accessibility disabled. This configuration of Qt is unsupported.

        does it mean disabling accessibility is not supported any more? why?

        C Offline
        C Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on 1 Jun 2023, 15:49 last edited by
        #2

        @gaojinhsu said in Building Qt5.15.2 from source code with configure -no-feature-accessibility:

        does it mean disabling accessibility is not supported any more?

        at least not in the Qt version you're using

        why?

        You have to ask the qt devs for it -> qt-interest mailing list

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        G 1 Reply Last reply 2 Jun 2023, 02:44
        0
        • C Christian Ehrlicher
          1 Jun 2023, 15:49

          @gaojinhsu said in Building Qt5.15.2 from source code with configure -no-feature-accessibility:

          does it mean disabling accessibility is not supported any more?

          at least not in the Qt version you're using

          why?

          You have to ask the qt devs for it -> qt-interest mailing list

          G Offline
          G Offline
          gaojinhsu
          wrote on 2 Jun 2023, 02:44 last edited by gaojinhsu 6 Feb 2023, 09:54
          #3

          @Christian-Ehrlicher But this option is still in their doc as an example, in the section of Including or Excluding Features. https://doc.qt.io/qt-5/configure-options.html

          C J 2 Replies Last reply 2 Jun 2023, 05:20
          0
          • G gaojinhsu
            2 Jun 2023, 02:44

            @Christian-Ehrlicher But this option is still in their doc as an example, in the section of Including or Excluding Features. https://doc.qt.io/qt-5/configure-options.html

            C Offline
            C Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on 2 Jun 2023, 05:20 last edited by
            #4

            @gaojinhsu As I said - you have to ask the devs about the state.

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            1 Reply Last reply
            0
            • G gaojinhsu
              2 Jun 2023, 02:44

              @Christian-Ehrlicher But this option is still in their doc as an example, in the section of Including or Excluding Features. https://doc.qt.io/qt-5/configure-options.html

              J Offline
              J Offline
              JonB
              wrote on 2 Jun 2023, 09:09 last edited by JonB 6 Feb 2023, 09:10
              #5

              @gaojinhsu
              As @Christian-Ehrlicher says.

              See also https://code.qt.io/cgit/qt/qtbase.git/tree/configure?h=5.7

              -no-accessibility .. Do not compile Accessibility support.
                                   Disabling accessibility is not recommended, as it will break QStyle
                                   and may break other internal parts of Qt.
                                   With this switch you create a source incompatible version of Qt,
                                   which is unsupported.
              
              1 Reply Last reply
              0
              • G gaojinhsu has marked this topic as solved on 6 Jul 2023, 02:47

              1/5

              1 Jun 2023, 10:33

              • Login

              • Login or register to search.
              1 out of 5
              • First post
                1/5
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved