qthttpserver: add PACKAGECONFIG for websocket

Add PACKAGECONFIG for the optional WebSockets integration.

Change-Id: Id5f693be968e51fbae6fca9bc712d61eee0bfc54
Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
(cherry picked from commit b12809e2d8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Samuli Piippo 2022-07-06 10:01:45 +00:00 committed by Qt Cherry-pick Bot
parent dc388dea7a
commit 88efd33036

View File

@ -13,3 +13,6 @@ include recipes-qt/qt6/qt6-git.inc
include recipes-qt/qt6/qt6.inc
DEPENDS += "qtbase"
PACKAGECONFIG ?= "websockets"
PACKAGECONFIG[websockets] = ",,qtwebsockets"