From acfd19c571b60df7e5bc51b597eee7c39da3b229 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 30 Jan 2026 21:27:33 +0400 Subject: [PATCH] Add tips --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c519063..de71c4c 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,14 @@ That’s it. The configuration defined in `CMakeLists.txt` should allow the proj If you encounter any configuration issues, close Qt Creator, remove the `CMakeLists.txt.user` file, and restart Qt Creator to reconfigure the project. +### Tips + +Here are some tips that may help during development: + +1. If you use the `Ctrl+B` shortcut to build, make sure the correct project is selected. Right-click on it and choose `Set as Active Project`. +2. If you encounter build errors, a possible fix is to nuke the build folder and rebuild from scratch. +3. Do not call storage module functions from within a callback. + ## Requirements ### Build Tools