File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ TINY_VCPKG_TRIPLET = x64-windows
564
564
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
565
565
566
566
# 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/)
568
568
569
569
# Path to the vcpkg - range-v3
570
570
# Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty
Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ TINY_VCPKG_TRIPLET = x64-windows
709
709
# Please pay special attention to letter casing in paths, especially TinyOrm vs TinyORM!
710
710
711
711
# 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/)
713
713
714
714
# Path to the vcpkg - range-v3 and tabulate
715
715
# Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ You can set the root and application folder paths in the form below and they wil
242
242
│ | └── TinyORM-builds-qmake/
243
243
│ | ├── build-debug/
244
244
│ | ├── 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/
246
246
│ └── tom/
247
247
│ ├── tom/
248
248
│ │ └── database/
@@ -251,10 +251,10 @@ You can set the root and application folder paths in the form below and they wil
251
251
│ │ ├── migrations.pri
252
252
│ │ └── seeders.pri
253
253
│ ├── 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/
255
255
│ └── tom-builds-qmake/
256
256
│ ├── 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/
258
258
├── tmp/
259
259
└── vcpkg/
260
260
```
You can’t perform that action at this time.
0 commit comments