An open-source budgeting application written in C++ with a Qt 6 front-end (GUI).
The documentation was generated using Doxygen and can be viewed by navigating to the ./Documents/html directory and opening the index.html file.
The project is built using the Qmake build system and can be built by either importing the project into Qt Creator by selecting the .pro file or through the command line.
- Create the build output directory
- CD to the build output directory
- Call qmake referencing the openbudget.pro file
- Call make
Starting from OpenBudget Directory:
$ mkdir ../Build-OpenBudget
$ cd ../Build-OpenBudget
$ qmake ../OpenBudget/openbudget.pro
$ make