CMake: Fix mappings in helper.py - WUIAS
This amends 9afc605eb5.
Change-Id: If246811d267d091c692875a1645c96767f781010
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
bb10
parent
b7a55b0931
commit
677a7a3066
|
|
@ -148,7 +148,7 @@ def map_qt_base_library(lib: str) -> str:
|
|||
'webview': 'Qt::WebView',
|
||||
'widgets': 'Qt::Widgets',
|
||||
'window-lib': 'Qt::AppManWindow',
|
||||
'windowsuiautomation': 'Qt::WindowsUIAutomationSupport',
|
||||
'windowsuiautomation_support': 'Qt::WindowsUIAutomationSupport',
|
||||
'winextras': 'Qt::WinExtras',
|
||||
'x11extras': 'Qt::X11Extras',
|
||||
'xcb_qpa_lib': 'Qt::XcbQpa',
|
||||
|
|
|
|||
Loading…
Reference in New Issue