summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/CMakeLists.txt
blob: 210a9245503268b05e27306efe15e6d21ec97903 (plain)
1
2
3
4
5
6
7
8
# Generated from gl_integrations.pro.

if(QT_FEATURE_xcb_egl_plugin)
    add_subdirectory(xcb_egl)
endif()
if(QT_FEATURE_xcb_glx_plugin)
    add_subdirectory(xcb_glx)
endif()