Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-06-11 10:46:52 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-06-11 10:46:52 +0300
commit363db2892c535fd40afdcbb861856a413984472f (patch)
treea8bca2b249b707c5ce45882493a0bca0427dbeae
parentec95e3839f6c6d35bf2ca5f40025be0c8268b7ea (diff)
The Windows build now requires linking against ssleay32 due to the new cipher suite code.
-rw-r--r--src/mumble.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble.pri b/src/mumble.pri
index af88800b9..cf555b3e3 100644
--- a/src/mumble.pri
+++ b/src/mumble.pri
@@ -39,7 +39,7 @@ win32 {
INCLUDEPATH *= "$$OPENSSL_PATH/include"
QMAKE_LIBDIR *= "$$OPENSSL_PATH/lib"
- LIBS *= -llibprotobuf -lcrypt32 -lws2_32 -llibeay32
+ LIBS *= -llibprotobuf -lcrypt32 -lws2_32 -llibeay32 -lssleay32
LIBS *= -ldelayimp -lQwave -delayload:Qwave.DLL
}