Add checks for QT_NO_ACCESSIBILITY to prevent build issues with Qt without accessibility

This commit is contained in:
kb1000 2019-10-01 14:28:06 +02:00
parent ce7917048a
commit dec6759e61
No known key found for this signature in database
GPG key ID: C174DD765CC3E131
5 changed files with 13 additions and 0 deletions

View file

@ -535,7 +535,9 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
qDebug() << "<> Settings loaded.";
}
#ifndef QT_NO_ACCESSIBILITY
QAccessible::installFactory(groupViewAccessibleFactory);
#endif /* !QT_NO_ACCESSIBILITY */
// load translations
{