mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
QT_ACCESSIBILITY was Qt 4 only
This commit is contained in:
parent
e57801b7e4
commit
130b27219f
@ -29,9 +29,6 @@ int main(int argc, char **argv) {
|
||||
memset(lib, 0, PATHLEN);
|
||||
snprintf(lib, PATHLEN, "%s/lib", base);
|
||||
|
||||
/* qt-at-spi causes crashes and performance issues in various distros, so disable it */
|
||||
/* for example: https://bugs.launchpad.net/calibre/+bug/1892646 */
|
||||
SET("QT_ACCESSIBILITY", "0")
|
||||
SET("CALIBRE_QT_PREFIX", base)
|
||||
|
||||
memset(buf, 0, PATHLEN);
|
||||
|
Loading…
x
Reference in New Issue
Block a user