summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/CMakeLists.txt
blob: 9dc5d84523eefa9226850b80ca2976149320d84a (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
# Generated from eglfs_kms_egldevice.pro.

find_package(Libdrm)

#####################################################################
## qeglfs-kms-egldevice-integration Plugin:
#####################################################################

add_qt_plugin(qeglfs-kms-egldevice-integration
    TYPE egldeviceintegrations
    SOURCES
        qeglfskmsegldevice.cpp qeglfskmsegldevice.h
        qeglfskmsegldeviceintegration.cpp qeglfskmsegldeviceintegration.h
        qeglfskmsegldevicemain.cpp
        qeglfskmsegldevicescreen.cpp qeglfskmsegldevicescreen.h
    DEFINES
        QT_EGL_NO_X11
    INCLUDE_DIRECTORIES
        ../../api
        ../eglfs_kms_support
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::EglFSDeviceIntegrationPrivate
        Qt::EglFsKmsSupportPrivate
        Qt::KmsSupportPrivate
        Qt::EdidSupportPrivate
        Qt::PlatformCompositorSupportPrivate
        Libdrm::Libdrm
    # CONFIG = "egl"
    # OTHER_FILES = "$$PWD/eglfs_kms_egldevice.json"
    # PLUGIN_CLASS_NAME = "QEglFSKmsEglDeviceIntegrationPlugin"
    # _LOADED = "qt_plugin"
)