forked from qt-creator/qt-creator
CMake Build: Allow building with Qt5 and Qt6
Emulate Qt5's functions/targets with Qt6 equivalents. Change-Id: I6bfc5c8a649f0ddc5f1117bc5b2d0f41cb72c821 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -80,7 +80,7 @@ QStringList QmlProjectItem::files() const
|
||||
}
|
||||
}
|
||||
}
|
||||
return files.toList();
|
||||
return Utils::toList(files);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user