Fix last commit (Update qmake for v0.9.26)

Signed-off-by: Christoph Auer <auer.chrisi@gmx.net>
This commit is contained in:
Christoph Auer 2016-02-22 17:02:57 +01:00
parent 3097fb058c
commit aebe15acda
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +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'
echo 'LIBS += -lcrypto -lssl'
) >> "$srcdir/tdesktop/Telegram/Telegram.pro"
Building