summaryrefslogtreecommitdiffstats
path: root/examples/embedded/CMakeLists.txt
blob: 143f40cbcb714b1acef072f4ccafe00bb1709b25 (plain)
1
2
3
4
5
6
7
8
9
if(NOT TARGET Qt::Gui OR (NOT embedded AND NOT x11))
    return()
endif()
qt_internal_add_example(styleexample)
qt_internal_add_example(raycasting)
qt_internal_add_example(flickable)
qt_internal_add_example(digiflip)
qt_internal_add_example(lightmaps)
qt_internal_add_example(flightinfo)