mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-10 06:15:50 -05:00
Updated external libraries for Windows MinGW build
- zlib 1.2.11 - bzip2 1.0.8 - miniupnpc 2.2.3 - openssl 1.1.1m - speexdsp 1.2.0 - libxml2 2.9.12 - libxslt 1.1.34 - curl 7.81.0 - sqlcipher 4.5.0 - libmicrohttpd 0.9.75 - ffmpeg 4.4 - xapian 1.4.19
This commit is contained in:
parent
8105bfcbc8
commit
93c1cafdc4
3 changed files with 27 additions and 18 deletions
|
|
@ -55,6 +55,11 @@ linux-* {
|
|||
PKGCONFIG += speex speexdsp
|
||||
} else {
|
||||
LIBS += -lspeex -lspeexdsp -lavcodec -lavutil
|
||||
|
||||
win32:isEmpty(QMAKE_SH) {
|
||||
# MinGW
|
||||
LIBS += -lbcrypt
|
||||
}
|
||||
}
|
||||
|
||||
#################################### Windows #####################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue