## Building To build, please have CMake and the Qt library installed. Then use: ``` cmake -B build -DCMAKE_BUILD_TYPE=Debug # Initially cmake --build build -j$(nproc --all) --target all # All; after modifying ui files cmake --build build -j$(nproc --all) --target clean # To clean ```