From e59a674ba76a866cca18eacba9691194c822f0b2 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Wed, 27 May 2026 16:59:00 +0800 Subject: [PATCH] update .vscode --- .vscode/c_cpp_properties.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index aa1c32a..9f19c53 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,11 +5,11 @@ "includePath": [ "${workspaceFolder}/**", "/opt/homebrew/opt/qt/include", - "/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtCore.framework/Headers", - "/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtGui.framework/Headers", - "/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtWidgets.framework/Headers", - "/opt/homebrew/Cellar/qttools/6.11.0/include/QtUiPlugin", - "/opt/homebrew/Cellar/qtdeclarative/6.11.0/include/QtQmlDebug" + "/opt/homebrew/Cellar/qtbase/6.11.1/lib/QtCore.framework/Headers", + "/opt/homebrew/Cellar/qtbase/6.11.1/lib/QtGui.framework/Headers", + "/opt/homebrew/Cellar/qtbase/6.11.1/lib/QtWidgets.framework/Headers", + "/opt/homebrew/Cellar/qttools/6.11.1/include/QtUiPlugin", + "/opt/homebrew/Cellar/qtdeclarative/6.11.1/include/QtQmlDebug" ], "defines": [], "compilerPath": "/usr/bin/clang++", @@ -18,7 +18,7 @@ "intelliSenseMode": "macos-clang-arm64", "configurationProvider": "kylinideteam.cmake-intellisence", "macFrameworkPath": [ - "/opt/homebrew/Cellar/qtbase/6.11.0/lib", + "/opt/homebrew/Cellar/qtbase/6.11.1/lib", "/System/Library/Frameworks" ] },