docs qmake added note about Dependencies

[skip ci]
This commit is contained in:
silverqx
2022-06-02 15:46:20 +02:00
parent 67dfa12b36
commit 4eda70e129
2 changed files with 8 additions and 4 deletions

View File

@@ -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}

View File

@@ -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}