Update qmake for v0.9.26

This commit is contained in:
auchri 2016-02-22 16:55:35 +01:00
parent 9b141c4b19
commit 46e562c86e
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ Preparation
echo 'INCLUDEPATH += "/usr/lib/glib-2.0/include"'
echo 'INCLUDEPATH += "/usr/lib/gtk-2.0/include"'
echo 'INCLUDEPATH += "/usr/include/opus"'
+ echo 'LIBS += -lcrypto -lssl'
) >> "$srcdir/tdesktop/Telegram/Telegram.pro"
Building