From 5ca2265fb9e8683264c2a479e2d68f6bba58e3e8 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Sat, 14 Jul 2018 15:52:30 +0200 Subject: [PATCH] config changed --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 779ce6d..238b7e5 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -4,7 +4,8 @@ "name": "Linux", "includePath": [ "${workspaceFolder}/**", - "/usr/include/qt" + "/usr/include/qt", + "/usr/include/qt/QtWidgets" ], "defines": [], "compilerPath": "/usr/bin/clang",