1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 17:37:08 +00:00
termux-packages/x11-packages/qscintilla/no_accessibility.patch
Leonid Pliushch 1455972447
enable some qt5-dependent packages
%ci:no-build
2022-04-18 14:48:04 +05:30

13 lines
406 B
Diff

qt5-qtbase in Termux doesn't build accessibility
--- src/src/qscintilla.pro 2021-05-09 12:23:05.233865021 +0000
+++ src.mod/src/qscintilla.pro 2021-05-09 12:22:58.033891538 +0000
@@ -23,6 +23,8 @@
TEMPLATE = lib
CONFIG += qt warn_off thread exceptions hide_symbols
+DEFINES += QT_NO_ACCESSIBILITY
+
CONFIG(debug, debug|release) {
mac: {
TARGET = qscintilla2_qt$${QT_MAJOR_VERSION}_debug