qt5base-lts/examples/widgets/painting/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

15 lines
467 B
CMake

# Generated from painting.pro.
add_subdirectory(shared) # special case
add_subdirectory(basicdrawing)
add_subdirectory(concentriccircles)
add_subdirectory(affine)
# add_subdirectory(composition) # special case FIXME: Seems buggy wrt. usesOpenGL function
add_subdirectory(deform)
add_subdirectory(gradients)
add_subdirectory(pathstroke)
add_subdirectory(imagecomposition)
add_subdirectory(painterpaths)
add_subdirectory(transformations)
add_subdirectory(fontsampler)