summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/gl_integrations/CMakeLists.txt
blob: a5a744d898154936901fcd5ec80756c9e9b1a14a (plain)
1
2
3
4
5
6
7
8
9
10
# 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()