diff --git a/CMakeLists.txt b/CMakeLists.txt
index 434ecd5..10f7b1a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,15 @@ endif()
 
 # Use only for android debug builds with debugging from usb.
 option(HEART_STATIC_SSL "This option enable or disabled static link ssl libraryes" OFF)
-option(HEART_SSL "This option enable or disabled ssl functions of nodes" ON)
+option(CMAKE_SHARE "This option enable or disabled ssl functions of nodes" OFF)
+option(BUILD_SHARED_LIBS "Enable or disable shared libraryes" OFF)
+
+if (WIN32)
+    option(HEART_SSL "This option enable or disabled ssl functions of nodes" OFF)
+else()
+    option(HEART_SSL "This option enable or disabled ssl functions of nodes" ON)
+endif()
+
 
 if (HEART_DB_CACHE)
     add_definitions(-DHEART_DB_CACHE)
diff --git a/QuasarAppLib b/QuasarAppLib
index 6f8308d..c492fa2 160000
--- a/QuasarAppLib
+++ b/QuasarAppLib
@@ -1 +1 @@
-Subproject commit 6f8308db6d31b7bd3b3e7eed390de81dc676ca91
+Subproject commit c492fa2fe8b83f93806cc31498af66ee053630ae