We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bc125 commit a942060Copy full SHA for a942060
README.md
@@ -112,8 +112,8 @@ For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClie
112
To build the project with CMake run the following comamnds:
113
```sh
114
$ cmake . -DQt6_DIR="/qt/install/loccation/6.x.x/6.x.x/gcc_64/lib/cmake/Qt6" -DCMAKE_INSTALL_PREFIX="../release"
115
-$ cmake --build ../
116
-$ cmake --install ../
+$ cmake --build ./
+$ cmake --install ./
117
```
118
119
### Building with QMake
0 commit comments