forked from qt-creator/qt-creator
SdkTool: Fix build with Qt5
Amends c246caf7a9.
Change-Id: I5835751f7312acbe8f171c3e61d4836111849421
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user