From 371dd08eaa75bc4d6247889289b2fae0be126299 Mon Sep 17 00:00:00 2001 From: Grigo Date: Mon, 4 May 2026 15:00:19 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20vcpkg.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vcpkg.json | 66 +++++++++++------------------------------------------- 1 file changed, 13 insertions(+), 53 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 9ad5dd7..f90b3a5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,67 +1,27 @@ { "dependencies": [ - "qt5-base", - "qt5-tools", - "qt5-webengine", + "qt5", + "qt5-serialport", "qt5-svg", - "qt5-quickcontrols2", - "qt6-base", - "qt6-tools", - "qt6-webengine", - "qt6-svg", - "qt6-quickcontrols2", + "qt5-tools", + "qt5-declarative", + + "qt", + "qtdeclarative", + "qtserialport", + "qtsvg", + "qttools", + + "boost", "boost-asio", "boost-filesystem", "boost-system", "boost-thread", "boost-regex", "boost-date-time", - "boost-serialization", - "boost-chrono", "boost-program-options", - "boost-iostreams", - "boost-test", - "boost-math", - "boost-atomic", - "boost-context", - "boost-container", - "boost-config", - "boost-log", - "boost-signals2", - "boost-timer", - "boost-windows-test", - "boost-interprocess", - "boost-network", - "boost-graph", "boost-serialization", - "boost-coroutine", - "boost-locale", - "boost-smart-ptr", "boost-random", - "boost-python", - "boost-wave", - "boost-fiber", - "boost-bimap", - "boost-mp11", - "boost-hana", - "boost-optional", - "boost-fusion", - "boost-spirit", - "boost-beast", - "boost-tuple", - "boost-uuid", - "boost-pool", - "boost-log-setup", - "boost-xpressive", - "boost-type-traits", - "boost-smart-ptr", - "boost-thread", - "boost-container", - "boost-unordered", - "boost-intrusive", - "boost-range", - "boost-dll", - "boost-interprocess", - "boost-mpi" + "boost-iostreams" ] } \ No newline at end of file