This is the root directory for the Panssarinyrkki course project. All source code files are located in softwareDesignProject directory.
The application is tested to work with Qt version 5.15.2, but other versions might work as well. Installation instructions can be found from Qt website.
Used Qt libraries are
- core
- charts
- quick
- widgets
- xml
To run the project, clone this repository, open softwareDesignProject.pro in Qt Creator and configure the project with the correct Qt version.
The design documentation is found from documentation folder that contains the design_document.pdf file.