cmake: Add library mapping for QtHttpServer
Change-Id: I3e12f164f7f6891c60c0d9da700b888850021e53 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
56ebc2363d
commit
ae57e4fba5
@ -391,6 +391,12 @@ _qt_library_map = [
|
|||||||
"webkitwidgets", "Qt6", "Qt::WebKitWidgets", extra=["COMPONENTS", "WebKitWidgets"]
|
"webkitwidgets", "Qt6", "Qt::WebKitWidgets", extra=["COMPONENTS", "WebKitWidgets"]
|
||||||
),
|
),
|
||||||
LibraryMapping("zlib", "Qt6", "Qt::Zlib", extra=["COMPONENTS", "Zlib"]),
|
LibraryMapping("zlib", "Qt6", "Qt::Zlib", extra=["COMPONENTS", "Zlib"]),
|
||||||
|
LibraryMapping(
|
||||||
|
"httpserver", "Qt6", "Qt::HttpServer", extra=["COMPONENTS", "HttpServer"]
|
||||||
|
),
|
||||||
|
LibraryMapping(
|
||||||
|
"sslserver", "Qt6", "Qt::SslServer", extra=["COMPONENTS", "HttpServer"]
|
||||||
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
# Note that the library map is adjusted dynamically further down.
|
# Note that the library map is adjusted dynamically further down.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user