summaryrefslogtreecommitdiff
path: root/src/plugins/multimedia/wasm/CMakeLists.txt
blob: 7c012af2a92e6add67a0d561655bbdedca36adeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
qt_internal_add_plugin(QWasmMediaPlugin
    OUTPUT_NAME wasmmediaplugin
    PLUGIN_TYPE multimedia
    SOURCES
        qwasmmediaintegration.cpp qwasmmediaintegration_p.h
        mediaplayer/qwasmmediaplayer.cpp mediaplayer/qwasmmediaplayer_p.h
        mediaplayer/qwasmvideosink.cpp mediaplayer/qwasmvideosink_p.h
        common/qwasmvideooutput.cpp common/qwasmvideooutput_p.h
        common/qwasmaudiooutput.cpp common/qwasmaudiooutput_p.h
        common/qwasmaudioinput.cpp common/qwasmaudioinput_p.h
        mediacapture/qwasmmediacapturesession.cpp mediacapture/qwasmmediacapturesession_p.h
        mediacapture/qwasmmediarecorder.cpp mediacapture/qwasmmediarecorder_p.h
        mediacapture/qwasmcamera.cpp mediacapture/qwasmcamera_p.h
        mediacapture/qwasmimagecapture.cpp  mediacapture/qwasmimagecapture_p.h
    INCLUDE_DIRECTORIES
        common
        mediaplayer
        mediacapture
    LIBRARIES
        Qt::MultimediaPrivate
        Qt::CorePrivate
        openal
)