summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/CMakeLists.txt
blob: 8a0b625e4d4f2c5625e3342e569cec6b91ff8ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_internal_add_example(basicdrawing)
qt_internal_add_example(affine)
qt_internal_add_example(composition)
qt_internal_add_example(deform)
qt_internal_add_example(gradients)
qt_internal_add_example(pathstroke)
qt_internal_add_example(imagecomposition)
qt_internal_add_example(painterpaths)
qt_internal_add_example(transformations)