diff --git a/.gitignore b/.gitignore index 07dc6f2..c906d9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,3 @@ -# C++ objects and libs -*.slo -*.lo -*.o -*.a -*.la -*.lai -*.so -*.dll -*.dylib - # Qt-es object_script.*.Release object_script.*.Debug @@ -43,5 +32,4 @@ target_wrapper.* CMakeLists.txt.user* src/build-preset/plugins.qmltypes -bin/debug/* -bin/release/* \ No newline at end of file +bin \ No newline at end of file diff --git a/third/Win_x64/libcrypto-1_1-x64.dll b/third/Win_x64/libcrypto-1_1-x64.dll new file mode 100644 index 0000000..f996a04 Binary files /dev/null and b/third/Win_x64/libcrypto-1_1-x64.dll differ diff --git a/third/Win_x64/libssl-1_1-x64.dll b/third/Win_x64/libssl-1_1-x64.dll new file mode 100644 index 0000000..f6cf40b Binary files /dev/null and b/third/Win_x64/libssl-1_1-x64.dll differ diff --git a/third/Win_x86/libcrypto-1_1.dll b/third/Win_x86/libcrypto-1_1.dll new file mode 100644 index 0000000..e69f7f4 Binary files /dev/null and b/third/Win_x86/libcrypto-1_1.dll differ diff --git a/third/Win_x86/libssl-1_1.dll b/third/Win_x86/libssl-1_1.dll new file mode 100644 index 0000000..edea624 Binary files /dev/null and b/third/Win_x86/libssl-1_1.dll differ