mirror of https://github.com/procxx/kepka.git
fixed diacritics in linux builds
This commit is contained in:
parent
905d3b6a85
commit
eb240d1e95
|
@ -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…
Reference in New Issue