mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
added patch for fcitx input in linux
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@ contains(QT_CONFIG, xkbcommon-qt): {
|
|||||||
QT_CONFIG -= use-xkbcommon-x11support
|
QT_CONFIG -= use-xkbcommon-x11support
|
||||||
# include(../../../3rdparty/xkbcommon.pri)
|
# include(../../../3rdparty/xkbcommon.pri)
|
||||||
} else {
|
} else {
|
||||||
# LIBS += $$QMAKE_LIBS_XKBCOMMON
|
LIBS += $$QMAKE_LIBS_XKBCOMMON
|
||||||
QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_XKBCOMMON
|
QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_XKBCOMMON
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -35,4 +35,4 @@ HEADERS += $$PWD/fcitxqtconnection.h \
|
|||||||
$$PWD/qfcitxplatforminputcontext.h \
|
$$PWD/qfcitxplatforminputcontext.h \
|
||||||
$$PWD/utils.h
|
$$PWD/utils.h
|
||||||
|
|
||||||
OTHER_FILES += $$PWD/fcitx.jsn
|
OTHER_FILES += $$PWD/fcitx.json
|
||||||
|
Reference in New Issue
Block a user