qt5base-lts/examples/qtestlib/CMakeLists.txt

9 lines
223 B
CMake
Raw Normal View History

if(NOT TARGET Qt::Widgets)
return()
endif()
qt_internal_add_example(tutorial1)
qt_internal_add_example(tutorial2)
qt_internal_add_example(tutorial3)
qt_internal_add_example(tutorial4)
qt_internal_add_example(tutorial5)