ChorusKit is a plugin framework derived from Qt Creator for SVS applications.
- Qt 5.15.2
- qtmediate
- SingleApplication
- qBreakpad
- QtCreator 3.6 (ExtensionSystem, Aggregation, Utils)
- qastool
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX:STRING=<dir> \
-DCHORUSKIT_BUILD_TESTS:BOOL=FALSE
cmake --build build --target all
cmake --build build --target install