qt5base-lts/examples/embedded/CMakeLists.txt

12 lines
278 B
CMake
Raw Normal View History

# 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)