summaryrefslogtreecommitdiffstats
path: root/examples/embedded/CMakeLists.txt
blob: 5f4bcc56283b30862bd5bfba525f02410eaa38eb (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()
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)