mirror of https://github.com/procxx/kepka.git
Merge pull request #843 from NgoHuy/ibus
Add Ibus supported by Qt5 officially
This commit is contained in:
commit
b5c4c34164
|
@ -35,5 +35,6 @@ Q_IMPORT_PLUGIN(QWbmpPlugin)
|
|||
Q_IMPORT_PLUGIN(QWebpPlugin)
|
||||
#elif defined Q_OS_LINUX
|
||||
Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin)
|
||||
Q_IMPORT_PLUGIN(QIbusPlatformInputContextPlugin)
|
||||
Q_IMPORT_PLUGIN(QWebpPlugin)
|
||||
#endif
|
||||
|
|
|
@ -312,7 +312,8 @@ INCLUDEPATH += "/usr/include/dee-1.0"
|
|||
INCLUDEPATH += "/usr/include/libdbusmenu-glib-0.4"
|
||||
|
||||
LIBS += -lcrypto -lssl -lz -ldl -llzma -lexif -lopenal -lavformat -lavcodec -lswresample -lavutil -lopus
|
||||
LIBS += ./../../../Libraries/QtStatic/qtbase/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.a
|
||||
LIBS += ./../../../Libraries/QtStatic/qtbase/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.a \
|
||||
./../../../Libraries/QtStatic/qtbase/plugins/platforminputcontexts/libibusplatforminputcontextplugin.a
|
||||
|
||||
RESOURCES += \
|
||||
./SourceFiles/telegram.qrc \
|
||||
|
|
Loading…
Reference in New Issue