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

if(QT_FEATURE_eglfs_x11)
    add_subdirectory(eglfs_x11)
endif()
if(QT_FEATURE_eglfs_egldevice OR QT_FEATURE_eglfs_gbm)
    add_subdirectory(eglfs_kms_support)
endif()
if(QT_FEATURE_eglfs_gbm)
    add_subdirectory(eglfs_kms)
endif()
if(QT_FEATURE_eglfs_egldevice)
    add_subdirectory(eglfs_kms_egldevice)
endif()
if(QT_FEATURE_eglfs_vsp2)
    # add_subdirectory(eglfs_kms_vsp2) # special case TODO
endif()
if(QT_FEATURE_eglfs_brcm)
    # add_subdirectory(eglfs_brcm) # special case TODO
endif()
if(QT_FEATURE_eglfs_mali)
    # add_subdirectory(eglfs_mali) # special case TODO
endif()
if(QT_FEATURE_eglfs_viv)
    # add_subdirectory(eglfs_viv) # special case TODO
endif()
if(QT_FEATURE_eglfs_rcar)
    # add_subdirectory(eglfs_rcar) # special case TODO
endif()
if(QT_FEATURE_eglfs_viv_wl)
    # add_subdirectory(eglfs_viv_wl) # special case TODO
endif()
if(QT_FEATURE_eglfs_openwfd)
    # add_subdirectory(eglfs_openwfd) # special case TODO
endif()
if(QT_FEATURE_opengl)
    add_subdirectory(eglfs_emu)
endif()