mirror of https://github.com/procxx/kepka.git
Linux build with Qt 5.6.2 done.
This commit is contained in:
parent
eb6b2c7d2e
commit
e536d5ad59
|
@ -547,7 +547,8 @@ buildTelegram() {
|
|||
-Dlinux_path_breakpad=$BREAKPAD_PATH \
|
||||
-Dlinux_path_libexif_lib=/usr/local/lib \
|
||||
-Dlinux_lib_ssl=-lssl \
|
||||
-Dlinux_lib_crypto=-lcrypto\ -licuuc\ -licutu\ -licui18n \
|
||||
-Dlinux_lib_crypto=-lcrypto \
|
||||
-Dlinux_lib_icu=-licuuc\ -licutu\ -licui18n \
|
||||
--depth=. --generator-output=../.. --format=cmake -Goutput_dir=out \
|
||||
Telegram.gyp
|
||||
cd "$UPSTREAM/out/Debug"
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
'linux_path_xkbcommon%': '/usr/local',
|
||||
'linux_lib_ssl%': '/usr/local/ssl/lib/libssl.a',
|
||||
'linux_lib_crypto%': '/usr/local/ssl/lib/libcrypto.a',
|
||||
'linux_lib_icu%': '/usr/lib/libicutu.a /usr/lib/libicui18n.a /usr/lib/libicuuc.a /usr/lib/libicudata.a',
|
||||
},
|
||||
|
||||
'configurations': {
|
||||
|
@ -211,6 +212,7 @@
|
|||
'<@(qt_libs_release)',
|
||||
'<(linux_lib_ssl)',
|
||||
'<(linux_lib_crypto)',
|
||||
'<!@(python -c "for s in \'<(linux_lib_icu)\'.split(\' \'): print(s)")',
|
||||
'xcb',
|
||||
'X11',
|
||||
'X11-xcb',
|
||||
|
|
Loading…
Reference in New Issue