SdkTool: Fix build with Qt5

Amends c246caf7a9.

Change-Id: I5835751f7312acbe8f171c3e61d4836111849421
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2022-04-05 08:16:06 +02:00
parent eb696b4f85
commit 8c7c655356
10 changed files with 17 additions and 9 deletions

View File

@@ -353,7 +353,7 @@ void AddKitOperation::unittest()
aqtd.m_displayName = "Qt";
aqtd.m_type = "desktop-qt";
aqtd.m_qmake = "/usr/bin/qmake";
aqtd.m_abis = {};
aqtd.m_abis = QStringList{};
aqtd.m_extra = {};
qtMap = aqtd.addQt(qtMap);