From 6504d90293fe442e8d6d2abf97f0101c332175da Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 14 Aug 2023 17:35:16 +0200 Subject: [PATCH] docs added missing conf.pri for testdata_tom --- docs/building/tinyorm.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/building/tinyorm.mdx b/docs/building/tinyorm.mdx index 0f4bb8911..7c5391201 100644 --- a/docs/building/tinyorm.mdx +++ b/docs/building/tinyorm.mdx @@ -577,6 +577,7 @@ Now you are ready to configure the `TinyORM` library. The `qmake` does not suppo {`cd ${applicationFolderPath(pwsh)}/TinyORM/TinyORM\n cp conf.pri.example conf.pri cp tests/conf.pri.example tests/conf.pri +cp tests/testdata_tom/conf.pri.example tests/testdata_tom/conf.pri cp examples/tom/conf.pri.example examples/tom/conf.pri`} @@ -585,6 +586,7 @@ cp examples/tom/conf.pri.example examples/tom/conf.pri`} {`cd ${applicationFolderPath(bash)}/TinyORM/TinyORM\n cp conf.pri.example conf.pri cp tests/conf.pri.example tests/conf.pri +cp tests/testdata_tom/conf.pri.example tests/testdata_tom/conf.pri cp examples/tom/conf.pri.example examples/tom/conf.pri`}