Skip to content

Commit

Permalink
docs added missing conf.pri for testdata_tom
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 18, 2023
1 parent 65c4dd0 commit 6504d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building/tinyorm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 6504d90

Please sign in to comment.