From ce8337dbeb8560b47844ea2ad99e64f42102b73d Mon Sep 17 00:00:00 2001 From: Sona Kurazyan Date: Tue, 17 Sep 2019 11:53:26 +0200 Subject: [PATCH] Add Qt Coap to the library mapping Task-number: QTBUG-78308 Change-Id: I6ba6f84354d7d008e128c784e24db00ecd67647a Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 5d1cfadace..8eb34a8f31 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -64,6 +64,7 @@ _qt_library_map = [ # bootstrap-dbus: Not needed in Qt6! LibraryMapping('client', 'Qt6', 'Qt::WaylandClient', extra = ['COMPONENTS', 'WaylandClient']), LibraryMapping('clipboard_support', 'Qt6', 'Qt::ClipboardSupport', extra = ['COMPONENTS', 'ClipboardSupport']), + LibraryMapping('coap', 'Qt6', 'Qt::Coap', extra = ['COMPONENTS', 'Coap']), LibraryMapping('common-lib', 'Qt6', 'Qt::AppManCommon', extra = ['COMPONENTS', 'AppManCommon']), LibraryMapping('compositor', 'Qt6', 'Qt::WaylandCompositor', extra = ['COMPONENTS', 'WaylandCompositor']), LibraryMapping('concurrent', 'Qt6', 'Qt::Concurrent', extra = ['COMPONENTS', 'Concurrent']),