From eb240d1e951caf03010195c3d073f1780f3e5b15 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 30 Jul 2014 11:08:21 +0400 Subject: [PATCH] fixed diacritics in linux builds --- Telegram/SourceFiles/stdafx.cpp | 1 + Telegram/Telegram.pro | 1 + 2 files changed, 2 insertions(+) diff --git a/Telegram/SourceFiles/stdafx.cpp b/Telegram/SourceFiles/stdafx.cpp index 1f4e5caa6..38064538c 100644 --- a/Telegram/SourceFiles/stdafx.cpp +++ b/Telegram/SourceFiles/stdafx.cpp @@ -44,4 +44,5 @@ Q_IMPORT_PLUGIN(QWbmpPlugin) Q_IMPORT_PLUGIN(QWebpPlugin) #elif defined Q_OS_LINUX Q_IMPORT_PLUGIN(QPulseAudioPlugin) +Q_IMPORT_PLUGIN(QComposePlatformInputContextPlugin) #endif diff --git a/Telegram/Telegram.pro b/Telegram/Telegram.pro index 83bdf310a..22f55def8 100644 --- a/Telegram/Telegram.pro +++ b/Telegram/Telegram.pro @@ -252,6 +252,7 @@ INCLUDEPATH += ./../../Libraries/QtStatic/qtbase/include/QtGui/5.3.1/QtGui\ ./SourceFiles\ ./GeneratedFiles LIBS += -lcrypto -lssl -lz -ldl -llzma -lexif +LIBS += ./../../../Libraries/QtStatic/qtbase/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.a RESOURCES += \ ./SourceFiles/telegram_linux.qrc