summaryrefslogtreecommitdiffstats
path: root/examples/embedded/CMakeLists.txt
blob: 84292edccc9c1c78b19b62681794ca3152c67447 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from embedded.pro.

if(NOT TARGET Qt::Gui OR (NOT embedded AND NOT x11))
    return()
endif()
add_subdirectory(styleexample)
add_subdirectory(raycasting)
add_subdirectory(flickable)
add_subdirectory(digiflip)
add_subdirectory(lightmaps)
add_subdirectory(flightinfo)