mirror of https://github.com/procxx/kepka.git
Fixed Linux build (double OpenSSL init with libgost). #2427
This commit is contained in:
parent
8660ab555b
commit
1da2a7c10c
|
@ -92,8 +92,6 @@
|
||||||
'Qt5DBus',
|
'Qt5DBus',
|
||||||
'Qt5Core',
|
'Qt5Core',
|
||||||
'qtpcre',
|
'qtpcre',
|
||||||
'ssl',
|
|
||||||
'crypto',
|
|
||||||
'Xi',
|
'Xi',
|
||||||
'Xext',
|
'Xext',
|
||||||
'SM',
|
'SM',
|
||||||
|
@ -204,6 +202,8 @@
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'/usr/local/lib/libxkbcommon.a',
|
'/usr/local/lib/libxkbcommon.a',
|
||||||
'<@(qt_libs_release)',
|
'<@(qt_libs_release)',
|
||||||
|
'/usr/local/ssl/lib/libssl.a',
|
||||||
|
'/usr/local/ssl/lib/libcrypto.a',
|
||||||
'xcb',
|
'xcb',
|
||||||
'X11',
|
'X11',
|
||||||
'X11-xcb',
|
'X11-xcb',
|
||||||
|
|
Loading…
Reference in New Issue