After cloning this repo, you will need to initialize and update its submodules:
git submodule update --init --recursivePlatform-specific build instructions:
- macOS
- Windows
- Linux: See GitHub Actions workflow - install deps from
debian/control, then CMake build
To get browser devtools, use remote debugging:
- Run with
--remote-debugging-port=9222 - Open Chromium/Chrome and navigate to
chrome://inspect/#devices - Make sure "Discover Network Targets" is checked and
localhost:9222is configured
The console.log() statements in QML are not printed to the console by default. The simplest workaround for this is to add the following command line argument:
--log-level debug
For Qt Creator users, click Projects in the left sidebar, select the "Run Settings" tab, and paste that into the "Command line arguments" text field.