docs updated build folders to 6_5_2

This commit is contained in:
silverqx
2023-08-09 19:45:00 +02:00
parent d98e10f4ec
commit e25e36a3df
3 changed files with 8 additions and 8 deletions

View File

@@ -705,7 +705,7 @@ Create `.qmake.conf` in the `tom` application root folder with the following con
```qmake
TINY_MAIN_DIR = $$clean_path($$PWD/../../TinyORM)
# Name of this qmake variable is crucial
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyOrm-builds-qmake/build-TinyOrm-Desktop_Qt_6_3_1_MSVC2019_64bit-Debug)
TINYORM_BUILD_TREE = $$quote($$TINY_MAIN_DIR/TinyOrm-builds-qmake/build-TinyOrm-Desktop_Qt_6_5_2_MSVC2019_64bit-Debug)
# vcpkg - range-v3 and tabulate
TINY_VCPKG_INSTALLED = $$clean_path($$PWD/../../../vcpkg/installed)