summaryrefslogtreecommitdiffstats
path: root/src/plugins/videonode/imx6/CMakeLists.txt
blob: 659f734697f3f007d8cba6e3ec083c619bc52710 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from imx6.pro.

#####################################################################
## QSGVivanteVideoNodeFactory Plugin:
#####################################################################

qt_internal_add_plugin(QSGVivanteVideoNodeFactoryPlugin
    OUTPUT_NAME imx6vivantevideonode
    PLUGIN_TYPE video/videonode
    CLASS_NAME QSGVivanteVideoNodeFactory
    SOURCES
        qsgvivantevideomaterial.cpp qsgvivantevideomaterial.h
        qsgvivantevideomaterialshader.cpp qsgvivantevideomaterialshader.h
        qsgvivantevideonode.cpp qsgvivantevideonode.h
        qsgvivantevideonodefactory.cpp qsgvivantevideonodefactory.h
    LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::MultimediaPrivate
        Qt::MultimediaQuickPrivate
        GStreamer::GStreamer # special case
)

# Resources:
set(imx6_resource_files
    "shaders/rgba.frag.qsb"
    "shaders/rgba.vert.qsb"
)

qt_internal_add_resource(QSGVivanteVideoNodeFactoryPlugin "imx6"
    PREFIX
        "/imx6"
    FILES
        ${imx6_resource_files}
)


#### Keys ignored in scope 1:.:.:imx6.pro:<TRUE>:
# OTHER_FILES = "imx6.json"
# PLUGIN_EXTENDS = "quick"