mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05:00
docs updated build folders to Clang v18
This commit is contained in:
@@ -564,7 +564,7 @@ TINY_VCPKG_TRIPLET = x64-windows
|
||||
# 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_7_2_clang16_64bit_ccache-Debug/)
|
||||
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Debug/)
|
||||
|
||||
# Path to the vcpkg - range-v3
|
||||
# Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty
|
||||
|
||||
@@ -709,7 +709,7 @@ TINY_VCPKG_TRIPLET = x64-windows
|
||||
# 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_7_2_clang16_64bit_ccache-Debug/)
|
||||
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Debug/)
|
||||
|
||||
# Path to the vcpkg - range-v3 and tabulate
|
||||
# Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty
|
||||
|
||||
@@ -242,7 +242,7 @@ You can set the root and application folder paths in the form below and they wil
|
||||
│ | └── TinyORM-builds-qmake/
|
||||
│ | ├── build-debug/
|
||||
│ | ├── build-TinyORM-Desktop_Qt_5_15_2_GCC_64bit-Debug/
|
||||
│ | └── build-TinyORM-Desktop_Qt_5_15_2_clang13_64bit_ccache-Release/
|
||||
│ | └── build-TinyORM-Desktop_Qt_5_15_2_clang18_64bit_ccache-Release/
|
||||
│ └── tom/
|
||||
│ ├── tom/
|
||||
│ │ └── database/
|
||||
@@ -251,10 +251,10 @@ You can set the root and application folder paths in the form below and they wil
|
||||
│ │ ├── migrations.pri
|
||||
│ │ └── seeders.pri
|
||||
│ ├── tom-builds-cmake/
|
||||
│ │ └── build-TinyORM-Desktop_Qt_6_7_2_clang14_64bit_ccache-Debug/
|
||||
│ │ └── build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Debug/
|
||||
│ └── tom-builds-qmake/
|
||||
│ ├── build-TinyORM-Desktop_Qt_6_7_2_GCC_64bit-Debug/
|
||||
│ └── build-TinyORM-Desktop_Qt_6_7_2_clang14_64bit_ccache-Release/
|
||||
│ └── build-TinyORM-Desktop_Qt_6_7_2_clang18_64bit_ccache-Release/
|
||||
├── tmp/
|
||||
└── vcpkg/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user