mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-09 16:07:47 -06:00
19 lines
604 B
Markdown
19 lines
604 B
Markdown
# test-taker
|
|
|
|
A Qt6 application for administering tests. Highly experimental.
|
|
|
|
Feature Targets:
|
|
- Cross platform (Windows, Linux, Mac)
|
|
- 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=<QT_INSTALL_DIR>`
|
|
- For example, my QT installation directory was `/home/xevion/Qt/6.5.2/gcc_64` |