This commit is contained in:
silverqx
2023-10-07 15:58:31 +02:00
parent fa11fb3082
commit 6ead8c6041
5 changed files with 15 additions and 15 deletions

View File

@@ -711,7 +711,7 @@ The exact [folders structure](building/tinyorm.mdx#folders-structure) is crucial
:::
:::caution
Please pay special attention to letter casing in paths, especially TinyOrm vs TinORM!
Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
:::
#### `Auto-configure` using `.qmake.conf` and `.env`
@@ -741,7 +741,7 @@ Then, create a <code>.env.(win32&vert;unix&vert;mingw)</code> file in the `tom`
```qmake
# Names and values of these qmake variables are crucial, they are used in the tom.pro
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinORM!
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
# Path to the TinyORM build folder
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_2_MSVC2022_64bit-Debug/)
@@ -760,7 +760,7 @@ TINY_VCPKG_TRIPLET = x64-windows
```qmake
# Names and values of these qmake variables are crucial, they are used in the tom.pro
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinORM!
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
# Path to the TinyORM build folder
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_2_clang16_64bit_ccache-Debug/)
@@ -783,7 +783,7 @@ else: CONFIG *= use_gold_linker
```qmake
# Names and values of these qmake variables are crucial, they are used in the tom.pro
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinORM!
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
# Path to the TinyORM build folder
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_2_MSYS2_UCRT64_clang_64bit-Debug/)