diff --git a/docs/building/hello-world.mdx b/docs/building/hello-world.mdx index d74efe186..77c4a4e0a 100644 --- a/docs/building/hello-world.mdx +++ b/docs/building/hello-world.mdx @@ -531,7 +531,7 @@ Then, create a .env.(win32|unix|mingw) file in the `Hello # 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/) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_MSVC2022_64bit-Debug/) # Path to the vcpkg - range-v3 # Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty @@ -550,7 +550,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_5_2_clang16_64bit_ccache-Debug/) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_clang16_64bit_ccache-Debug/) # Path to the vcpkg - range-v3 # Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty @@ -573,7 +573,7 @@ else: CONFIG *= use_gold_linker # 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/) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_MSYS2_UCRT64_clang_64bit-Debug/) # Path to the vcpkg - range-v3 # Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty diff --git a/docs/building/migrations.mdx b/docs/building/migrations.mdx index ace84bf86..72fe29013 100644 --- a/docs/building/migrations.mdx +++ b/docs/building/migrations.mdx @@ -744,7 +744,7 @@ Then, create a .env.(win32|unix|mingw) file in the `tom` # 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/) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_MSVC2022_64bit-Debug/) # Path to the vcpkg - range-v3 and tabulate # Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty @@ -763,7 +763,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_5_2_clang16_64bit_ccache-Debug/) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_clang16_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 @@ -786,7 +786,7 @@ else: CONFIG *= use_gold_linker # 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/) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_MSYS2_UCRT64_clang_64bit-Debug/) # Path to the vcpkg - range-v3 and tabulate # Will use the TINY_VCPKG_ROOT or VCPKG_ROOT environment variable if is empty diff --git a/docs/building/tinyorm.mdx b/docs/building/tinyorm.mdx index 102becdbc..0cd6ab646 100644 --- a/docs/building/tinyorm.mdx +++ b/docs/building/tinyorm.mdx @@ -167,10 +167,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_5_2_MSVC2019_64bit-Debug/ +│ │ └── build-TinyORM-Desktop_Qt_6_5_3_MSVC2019_64bit-Debug/ │ └── tom-builds-qmake/ │ ├── build-TinyORM-Desktop_Qt_5_15_3_MSYS2_UCRT64_64bit-Release/ -│ └── build-TinyORM-Desktop_Qt_6_5_2_MSVC2019_64bit-Debug/ +│ └── build-TinyORM-Desktop_Qt_6_5_3_MSVC2019_64bit-Debug/ ├── tmp/ └── vcpkg/ ``` @@ -213,10 +213,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_5_2_clang14_64bit_ccache-Debug/ +│ │ └── build-TinyORM-Desktop_Qt_6_5_3_clang14_64bit_ccache-Debug/ │ └── tom-builds-qmake/ -│ ├── build-TinyORM-Desktop_Qt_6_5_2_GCC_64bit-Debug/ -│ └── build-TinyORM-Desktop_Qt_6_5_2_clang14_64bit_ccache-Release/ +│ ├── build-TinyORM-Desktop_Qt_6_5_3_GCC_64bit-Debug/ +│ └── build-TinyORM-Desktop_Qt_6_5_3_clang14_64bit_ccache-Release/ ├── tmp/ └── vcpkg/ ``` @@ -818,8 +818,8 @@ TINY_MAIN_DIR = $$clean_path() # To find .env and .env.$$QMAKE_PLATFORM files in YOUR project TINY_DOTENV_ROOT = $$PWD -# Path to the TinyORM build folder -TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_2_MSVC2019_64bit-Debug/) +# Path to the TinyORM build folder (specified manually) +TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake/build-TinyORM-Desktop_Qt_6_5_3_MSVC2019_64bit-Debug/) # vcpkg - range-v3 and tabulate TINY_VCPKG_ROOT = $$quote(/vcpkg/) #TINY_VCPKG_TRIPLET = x64-windows @@ -847,7 +847,7 @@ These variables will be set after the configuration is done: | `TINY_BUILD_SUBFOLDER` | Folder by release type if `CONFIG+=debug_and_release` is defined (/debug, /release, or an empty string). | | `TINY_CCACHE_BUILD` | To correctly link `ccache` build against a `ccache` build (_ccache or an empty string). | | `TINY_MSVC_VERSION` | The `msvc` compiler string (MSVC2022 or MSVC2019). | -| `TINY_QT_VERSION_UNDERSCORED` | Underscored `Qt` version (eg. 6_5_2). | +| `TINY_QT_VERSION_UNDERSCORED` | Underscored `Qt` version (eg. 6_5_3). | | `TINY_RELEASE_TYPE_CAMEL` | Build type string (Debug, Profile, or Release). | | `TINY_VCPKG_INCLUDE` | Path to the `vcpkg` `include` folder (vcpkg/installed/<triplet>/include/). | @@ -878,7 +878,7 @@ include($$TINY_MAIN_DIR/TinyORM/qmake/TinyOrm.pri) # TinyORM library path TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake) -LIBS += $$quote(-L$$TINYORM_BUILD_TREE/build-TinyORM-Desktop_Qt_6_5_2_MSVC2019_64bit-Debug/src$${TINY_BUILD_SUBFOLDER}/) +LIBS += $$quote(-L$$TINYORM_BUILD_TREE/build-TinyORM-Desktop_Qt_6_5_3_MSVC2019_64bit-Debug/src$${TINY_BUILD_SUBFOLDER}/) LIBS += -lTinyOrm ``` @@ -895,7 +895,7 @@ include($$TINY_MAIN_DIR/TinyORM/qmake/TinyOrm.pri) # TinyORM library path TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyORM-builds-qmake) -LIBS += $$quote(-L$$TINYORM_BUILD_TREE/build-TinyORM-Desktop_Qt_6_5_2_GCC_64bit-Debug/src$${TINY_BUILD_SUBFOLDER}/) +LIBS += $$quote(-L$$TINYORM_BUILD_TREE/build-TinyORM-Desktop_Qt_6_5_3_GCC_64bit-Debug/src$${TINY_BUILD_SUBFOLDER}/) LIBS += -lTinyOrm ```