blob: 3701fc5faaf31aa3a408e9bdb2856f70882fe092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# SPDX-License-Identifier: GPL-2.0-or-later
set(widgets_SRC
desktop-widget.cpp
paintdef.cpp
sp-attribute-widget.cpp
sp-xmlview-tree.cpp
spw-utilities.cpp
toolbox.cpp
# -------
# Headers
desktop-widget.h
paintdef.h
sp-attribute-widget.h
sp-xmlview-tree.h
spw-utilities.h
toolbox.h
widget-sizes.h
)
add_inkscape_source("${widgets_SRC}")
|