Skip to content

Commit

Permalink
docs qmake added note about Dependencies
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Jun 2, 2022
1 parent 67dfa12 commit 4eda70e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/building/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,13 @@ This will open the `Configure Project` tab, select some kit and update build fol

You are ready to configure build options, hit <kbd>Ctrl</kbd>+<kbd>5</kbd> to open `Project Settings` tab and select `Build` in the left sidebar to open the `Build Settings`, it should look similar to the following picture.

Disable `QML debugging and profiling` and `Qt Quick Compiler`, they are not used.

<img src={require('./assets/img/hello-world/qmake-build_settings.png').default}
className='no-blurry' alt='HelloWorld - QtCreator - Build Settings' width='760' />

Disable `QML debugging and profiling` and `Qt Quick Compiler`, they are not used.

In the left sidebar open `Dependencies` and check `TinyOrm` and `Synchronize configuration`, this setting ensures that the current project will be rebuilt correctly when the `TinyORM` library source code changes.

Everything is ready to build, you can press <kbd>Ctrl</kbd>+<kbd>b</kbd> to build the project.

### Execute Hello world {#execute-hello-world-qmake}
Expand Down
6 changes: 4 additions & 2 deletions docs/building/migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,13 @@ This will open the `Configure Project` tab, select some kit and update build fol

You are ready to configure build options, hit <kbd>Ctrl</kbd>+<kbd>5</kbd> to open `Project Settings` tab and select `Build` in the left sidebar to open the `Build Settings`, it should look similar to the following picture.

Disable `QML debugging and profiling` and `Qt Quick Compiler`, they are not used.

<img src={require('./assets/img/migrations/qmake-build_settings.png').default}
className='no-blurry' alt='tom - QtCreator - Build Settings' width='760' />

Disable `QML debugging and profiling` and `Qt Quick Compiler`, they are not used.

In the left sidebar open `Dependencies` and check `TinyOrm` and `Synchronize configuration`, this setting ensures that the current project will be rebuilt correctly when the `TinyORM` library source code changes.

Everything is ready to build, you can press <kbd>Ctrl</kbd>+<kbd>b</kbd> to build the project.

### Execute migrations {#execute-migrations-qmake}
Expand Down

0 comments on commit 4eda70e

Please sign in to comment.