From 3a18ab643bcfc90e637b2caa0de4cb9267e7500e Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 21 Sep 2023 17:16:26 -0500 Subject: [PATCH] Add VS Code setup instructions to README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b1c17e..c5b75e5 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,16 @@ A Qt6 application for administering tests. Highly experimental. Feature Targets: - Cross platform (Windows, Linux, Mac) -- Automatic build scripts with Workflows \ No newline at end of file +- Automatic build scripts with Workflows + +## VS Code + +- Requirements + - C/C++ Extension + - CMake Tools Extension +- Configuraiton + - `c_cpp_properties.json` (C/C++ Extension) + - `configurations[].configurationProvider` must be set to `ms-vscode.cmake-tools` + - `settings.json` + - `cmake.configureArgs` must contain `-DCMAKE_PREFIX_PATH=` + - For example, my QT installation directory was `/home/xevion/Qt/6.5.2/gcc_64` \ No newline at end of file