Skip to content

Commit

Permalink
Merge pull request #81 from dangelog/doc-improvements
Browse files Browse the repository at this point in the history
Document -DQCORO_WITH_QTWEBSOCKETS
  • Loading branch information
danvratil committed Jun 17, 2022
2 parents f5d85f5 + ab41077 commit 4655edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/building-and-using.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ QCoro to customize the build:
* `-DUSE_QT_VERSION` - set to `5` or `6` to force a particular version of Qt. When not set the highest available version is used.
* `-DQCORO_WITH_QTDBUS` - whether to compile support for QtDBus (`ON` by default).
* `-DQCORO_WITH_QTNETWORK` - whether to compile support for QtNetwork (`ON` by default).
* `-DQCORO_WITH_QTWEBSOCKETS` - whether to compile support for QtWebSockets (`ON` by default).
* `-DQCORO_DISABLE_DEPRECATED_TASK_H` - will not build and install the deprecated task.h header (`OFF` by default).

```
Expand Down

0 comments on commit 4655edd

Please sign in to comment.