Skip to content

Commit 5b8ff75

Browse files
committed
docs updated build folders to Clang v18
1 parent 462972d commit 5b8ff75

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/building/hello-world.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ TINY_VCPKG_TRIPLET = x64-windows
564564
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
565565
566566
# Path to the TinyORM build folder
567-
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_7_2_clang16_64bit_ccache-Debug/)
567+
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Debug/)
568568
569569
# Path to the vcpkg - range-v3
570570
# Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty

docs/building/migrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ TINY_VCPKG_TRIPLET = x64-windows
709709
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
710710
711711
# Path to the TinyORM build folder
712-
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_7_2_clang16_64bit_ccache-Debug/)
712+
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Debug/)
713713
714714
# Path to the vcpkg - range-v3 and tabulate
715715
# Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty

docs/building/tinyorm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ You can set the root and application folder paths in the form below and they wil
242242
│ | └── TinyORM-builds-qmake/
243243
│ | ├── build-debug/
244244
│ | ├── build-TinyORM-Desktop_Qt_5_15_2_GCC_64bit-Debug/
245-
│ | └── build-TinyORM-Desktop_Qt_5_15_2_clang13_64bit_ccache-Release/
245+
│ | └── build-TinyORM-Desktop_Qt_5_15_2_clang18_64bit_ccache-Release/
246246
│ └── tom/
247247
│ ├── tom/
248248
│ │ └── database/
@@ -251,10 +251,10 @@ You can set the root and application folder paths in the form below and they wil
251251
│ │ ├── migrations.pri
252252
│ │ └── seeders.pri
253253
│ ├── tom-builds-cmake/
254-
│ │ └── build-TinyORM-Desktop_Qt_6_7_2_clang14_64bit_ccache-Debug/
254+
│ │ └── build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Debug/
255255
│ └── tom-builds-qmake/
256256
│ ├── build-TinyORM-Desktop_Qt_6_7_2_GCC_64bit-Debug/
257-
│ └── build-TinyORM-Desktop_Qt_6_7_2_clang14_64bit_ccache-Release/
257+
│ └── build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Release/
258258
├── tmp/
259259
└── vcpkg/
260260
```

0 commit comments

Comments
 (0)