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

qt_feature_module_begin(
    NO_MODULE
    PUBLIC_FILE "qtrenderers-config.h"
    PRIVATE_FILE "qtrenderers-config_p.h"
)
include(configure.cmake)
qt_feature_module_end(NO_MODULE)

if(QT_FEATURE_qt3d_opengl_renderer)
    add_subdirectory(opengl)
endif()
if(QT_FEATURE_qt3d_rhi_renderer AND TARGET Qt::ShaderTools)
    add_subdirectory(rhi)
endif()