qt5base-lts/examples/embedded/CMakeLists.txt
Alexandru Croitor 74cb331af3 CMake: Regenerate examples
Change-Id: I1c51b10af4e2b26f54740f257164c56a0e2a03ce
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2020-07-09 09:38:28 +02:00

12 lines
278 B
CMake

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