summaryrefslogtreecommitdiffstats
path: root/src/widgets/CMakeLists.txt
blob: 3ed2a377abe579737147d2bc2fcdef577b6aa176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# SPDX-License-Identifier: GPL-2.0-or-later

set(widgets_SRC
	desktop-widget.cpp
	ege-paint-def.cpp
	fill-style.cpp
	gradient-image.cpp
	gradient-selector.cpp
	gradient-vector.cpp
	ink-action.cpp
	paint-selector.cpp
	sp-attribute-widget.cpp
	sp-color-selector.cpp
	sp-xmlview-tree.cpp
	spinbutton-events.cpp
	spw-utilities.cpp
	stroke-marker-selector.cpp
	stroke-style.cpp
	swatch-selector.cpp
	toolbox.cpp

	# -------
	# Headers
	desktop-widget.h
	ege-paint-def.h
	fill-n-stroke-factory.h
	fill-style.h
	gradient-image.h
	gradient-selector.h
	gradient-vector.h
	ink-action.h
	paint-selector.h
	sp-attribute-widget.h
	sp-color-selector.h
	sp-xmlview-tree.h
	spinbutton-events.h
	spw-utilities.h
	stroke-marker-selector.h
	stroke-style.h
	swatch-selector.h
	toolbox.h
	widget-sizes.h
)

add_inkscape_source("${widgets_SRC}")