docs added tip

This commit is contained in:
silverqx
2024-08-05 13:01:25 +02:00
parent 17039450f0
commit 0c23e26ee3
+4
View File
@@ -207,6 +207,10 @@ The `QSqlDatabase` depends on `QCoreApplication` from `Qt v6.5.3` so you must cr
## Hello world with CMake
:::tip
If something is not clear, you can still look at GitHub Action [`workflows`](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) how the build is done.
:::
Create a folder for the `CMake` build.
<Tabs groupId={shell}>