summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 97a33599b34c14835c749613770a1ff0922be989 (plain)
1
2
3
4
5
6
7
qt_examples_build_begin(EXTERNAL_BUILD)

if(QT_FEATURE_qt3d_extras)
    add_subdirectory(qt3d)
endif()

qt_examples_build_end()