qt5base-lts/examples/widgets/touch/CMakeLists.txt
Sona Kurazyan 9b51d5f571 CMake: Regenerate examples/widgets/ projects
Also add the missing examples/widgets/gallery project.

Change-Id: Iec3d61881065cf93d90f9fd3da928ffcd4f0c0aa
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-04-29 22:48:38 +02:00

10 lines
183 B
CMake

# Generated from touch.pro.
if(NOT TARGET Qt::Widgets)
return()
endif()
add_subdirectory(pinchzoom)
add_subdirectory(fingerpaint)
add_subdirectory(knobs)
add_subdirectory(dials)