Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirill71/bachelor-diploma-in-university
Bachelor diploma in University
https://github.com/kirill71/bachelor-diploma-in-university
cmake cpp14 make makefile oop qt5-gui qtcharts qtwidgets shell-scripts
Last synced: 28 days ago
JSON representation
Bachelor diploma in University
- Host: GitHub
- URL: https://github.com/kirill71/bachelor-diploma-in-university
- Owner: Kirill71
- Created: 2018-03-29T17:38:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T18:37:00.000Z (7 months ago)
- Last Synced: 2024-11-23T16:31:40.023Z (3 months ago)
- Topics: cmake, cpp14, make, makefile, oop, qt5-gui, qtcharts, qtwidgets, shell-scripts
- Language: C++
- Homepage:
- Size: 159 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bachelor-diploma-at-University
This app was my bachelor diploma at NURE University in 2018.### Build and run
You need to install Qt framework to be able to build and run the app.
The application now runs on Qt6.
Specify a path to your Qt binaries using `-DCUSTOM_CMAKE_PREFIX_PATH` variable if you use `CMake`.
If you use `Make` just add the path to your Qt binaries to the variable `QT_BINARIES_PATH` in `Makefile`
and then you will be able to use a simple `Make`-based interface such as:
```shell
make clean
make build
make unit-tests
make run
```
Build dirs names are stored in `Scripts/env.sh` script as the variables `DEBUG_BUILD_DIR"`
`RELEASE_BUILD_DIR"` with default values, so if you need you can change it.