... | ... | @@ -195,7 +195,7 @@ cmake --build . --config RelWithDebInfo --target install --parallel 6 |
|
|
|
|
|
### 1. Open new DOS Prompt window
|
|
|
|
|
|
- You can use "x86 Native Tools Command Promt for VS 2022" and setup Qt
|
|
|
- You can use "x86 Native Tools Command Prompt for VS 2022" and setup Qt
|
|
|
environment via command `call <QT_INSTALL_DIR\msvc2019_64\bin\qtenv2.bat`
|
|
|
|
|
|
### 2. Setup environment
|
... | ... | @@ -256,7 +256,7 @@ The build step: |
|
|
|
|
|
```cmake --build . --config RelWithDebInfo --parallel 8```
|
|
|
|
|
|
To run exaple use command:
|
|
|
To run example use command:
|
|
|
|
|
|
```RelWithDebInfo\exampleB1.exe run1.mac```
|
|
|
|
... | ... | |