feat: Added local proxy server

This commit is contained in:
aiamnezia
2025-08-08 06:44:18 +04:00
parent a6e6de33c8
commit 2ae97c5cda
16 changed files with 1909 additions and 2 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "Autogen")
set(PACKAGES
Core Gui Network Xml
RemoteObjects Quick Svg QuickControls2
Core5Compat Concurrent LinguistTools
Core5Compat Concurrent LinguistTools HttpServer
)
execute_process(
@@ -44,7 +44,7 @@ set(LIBS ${LIBS}
Qt6::Core Qt6::Gui
Qt6::Network Qt6::Xml Qt6::RemoteObjects
Qt6::Quick Qt6::Svg Qt6::QuickControls2
Qt6::Core5Compat Qt6::Concurrent
Qt6::Core5Compat Qt6::Concurrent Qt6::HttpServer
)
if(WIN32 OR (APPLE AND NOT IOS) OR (LINUX AND NOT ANDROID))