mirror of https://github.com/procxx/kepka.git
Add hime inputcontext plugin for linux version
(#3129) Signed-off-by: Zankio <xxoojoeooxx1@gmail.com> (github: zankio)
This commit is contained in:
parent
4c61f27826
commit
60c84bbf51
File diff suppressed because it is too large
Load Diff
|
@ -36,4 +36,5 @@ Q_IMPORT_PLUGIN(QNetworkManagerEnginePlugin)
|
||||||
Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin)
|
Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin)
|
||||||
Q_IMPORT_PLUGIN(QIbusPlatformInputContextPlugin)
|
Q_IMPORT_PLUGIN(QIbusPlatformInputContextPlugin)
|
||||||
Q_IMPORT_PLUGIN(QFcitxPlatformInputContextPlugin)
|
Q_IMPORT_PLUGIN(QFcitxPlatformInputContextPlugin)
|
||||||
|
Q_IMPORT_PLUGIN(QHimePlatformInputContextPlugin)
|
||||||
#endif // Q_OS_WIN | Q_OS_MAC | Q_OS_LINUX
|
#endif // Q_OS_WIN | Q_OS_MAC | Q_OS_LINUX
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
'composeplatforminputcontextplugin',
|
'composeplatforminputcontextplugin',
|
||||||
'ibusplatforminputcontextplugin',
|
'ibusplatforminputcontextplugin',
|
||||||
'fcitxplatforminputcontextplugin',
|
'fcitxplatforminputcontextplugin',
|
||||||
|
'himeplatforminputcontextplugin',
|
||||||
'liblzma.a',
|
'liblzma.a',
|
||||||
'libopenal.a',
|
'libopenal.a',
|
||||||
'libavformat.a',
|
'libavformat.a',
|
||||||
|
|
Loading…
Reference in New Issue