QT_ACCESSIBILITY was Qt 4 only

This commit is contained in:
Kovid Goyal 2020-08-25 07:27:30 +05:30
parent e57801b7e4
commit 130b27219f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -29,10 +29,7 @@ int main(int argc, char **argv) {
memset(lib, 0, PATHLEN); memset(lib, 0, PATHLEN);
snprintf(lib, PATHLEN, "%s/lib", base); snprintf(lib, PATHLEN, "%s/lib", base);
/* qt-at-spi causes crashes and performance issues in various distros, so disable it */ SET("CALIBRE_QT_PREFIX", base)
/* for example: https://bugs.launchpad.net/calibre/+bug/1892646 */
SET("QT_ACCESSIBILITY", "0")
SET("CALIBRE_QT_PREFIX", base)
memset(buf, 0, PATHLEN); memset(buf, 0, PATHLEN);
ldp = getenv("LD_LIBRARY_PATH"); ldp = getenv("LD_LIBRARY_PATH");