'How to use QtMultimedia on Qt 6.3.0?

I tried to add some sound effects to my project, and when I tried "QT += multimedia", the compiler told me it was an unknown module in qt, like this

enter image description here

How can I fix this problem? Thanks a lot!



Solution 1:[1]

Maybe try this

import boto3
import json

def lambda_handler(event, context):
    dynamodb = boto3.resource('dynamodb')
    table = dynamodb.Table('test_table')
    for i in dict:
        table.put_item(Item=i)
    return {
        'statusCode': 200,
        'body': json.dumps('Hello from Lambda!')
    }

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Maximilian Freitag