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 545 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 last edited by gaojinhsu
    #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?

    Christian EhrlicherC 1 Reply Last reply
    0
    • G gaojinhsu

      @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

      Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 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

        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?

        Christian EhrlicherC Online
        Christian EhrlicherC Online
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on 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
        0
        • Christian EhrlicherC Christian Ehrlicher

          @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 last edited by gaojinhsu
          #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

          Christian EhrlicherC JonBJ 2 Replies Last reply
          0
          • G gaojinhsu

            @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

            Christian EhrlicherC Online
            Christian EhrlicherC Online
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on 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

              @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

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by JonB
              #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

              • Login

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