mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
docs qmake added note about Dependencies
[skip ci]
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user