An ancient school project
Go to file
b1ek c9688dea10
add config loading
2023-04-16 11:06:30 +10:00
default add config.yml 2023-04-16 10:47:55 +10:00
src add config loading 2023-04-16 11:06:30 +10:00
.gitignore Spin up a QT project 2023-04-06 14:10:33 +10:00
CMakeLists.txt add config loading 2023-04-16 11:06:30 +10:00
README.md add build instructions 2023-04-16 02:40:23 +10:00
main.cpp add config loading 2023-04-16 11:06:30 +10:00

README.md

CuteSchedule

This is a current rewrite of CuteSchedule app. The current codename is Pie

Building

Requirements:

  • QT 6+
  • CMake building environment (CXX compiler, ninja, etc)

$ cmake -B ./build
$ cmake --build ./build

Now all the binaries should be in ./build directory.
If there would be any errors, please report them in issues section.