Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-tokes authored Dec 2, 2024
1 parent 41bc125 commit a942060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClie
To build the project with CMake run the following comamnds:
```sh
$ cmake . -DQt6_DIR="/qt/install/loccation/6.x.x/6.x.x/gcc_64/lib/cmake/Qt6" -DCMAKE_INSTALL_PREFIX="../release"
$ cmake --build ../
$ cmake --install ../
$ cmake --build ./
$ cmake --install ./
```

### Building with QMake
Expand Down

0 comments on commit a942060

Please sign in to comment.