mirror of
https://github.com/logos-storage/logos-storage-app-skeleton.git
synced 2026-06-13 20:09:28 +00:00
Add tips
This commit is contained in:
parent
3ff849c6bb
commit
acfd19c571
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user