mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
fixtypo
This commit is contained in:
@@ -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|unix|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/)
|
||||
|
||||
Reference in New Issue
Block a user