summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/CMakeLists.txt
blob: 68a49e4c79b6f3e290ed8152926e92b4a349156a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from platforms.pro.

add_subdirectory(qwayland-generic)
if(QT_FEATURE_wayland_egl)
    add_subdirectory(qwayland-egl)
endif()
if(QT_FEATURE_wayland_brcm)
    add_subdirectory(qwayland-brcm-egl)
endif()
if(QT_FEATURE_xcomposite_egl)
    add_subdirectory(qwayland-xcomposite-egl)
endif()
if(QT_FEATURE_xcomposite_glx)
    add_subdirectory(qwayland-xcomposite-glx)
endif()