CMake: Fix mappings in helper.py - WUIAS

This amends 9afc605eb5.

Change-Id: If246811d267d091c692875a1645c96767f781010
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
bb10
Liang Qi 2019-04-09 13:20:19 +02:00
parent b7a55b0931
commit 677a7a3066
1 changed files with 1 additions and 1 deletions

View File

@ -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',