Building Qt5.15.2 from source code with configure -no-feature-accessibility
-
wrote on 1 Jun 2023, 10:33 last edited by gaojinhsu 6 Jan 2023, 10:34
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-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
@gaojinhsu As I said - you have to ask the devs about the state.
-
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?
@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
-
@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
wrote on 2 Jun 2023, 02:44 last edited by gaojinhsu 6 Feb 2023, 09:54@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-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
@gaojinhsu As I said - you have to ask the devs about the state.
-
@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
wrote on 2 Jun 2023, 09:09 last edited by JonB 6 Feb 2023, 09:10@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/5