added openssl libs
This commit is contained in:
parent
b92017a0c9
commit
187341d52f
3 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ android {
|
|||
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources
|
||||
}
|
||||
|
||||
win {
|
||||
LIBS += "$$PWD/windows-libs/libeay32.dll"
|
||||
LIBS += "$$PWD/windows-libs/ssleay32.dll"
|
||||
}
|
||||
|
||||
DISTFILES += \
|
||||
favicon.png \
|
||||
android-sources/AndroidManifest.xml \
|
||||
|
|
BIN
windows-libs/libeay32.dll
Normal file
BIN
windows-libs/libeay32.dll
Normal file
Binary file not shown.
BIN
windows-libs/ssleay32.dll
Normal file
BIN
windows-libs/ssleay32.dll
Normal file
Binary file not shown.
Reference in a new issue