docs added missing conf.pri for testdata_tom

This commit is contained in:
silverqx
2023-08-14 17:35:16 +02:00
parent 65c4dd033c
commit 6504d90293

View File

@@ -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`}
</CodeBlock>
</TabItem>
@@ -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`}
</CodeBlock>
</TabItem>