mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
fixed diacritics in linux builds
This commit is contained in:
parent
905d3b6a85
commit
eb240d1e95
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue