aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/CMakeLists.txt
blob: 26e89aa88e56c3964caf97fced738d66b45c4b69 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# CMakeLists for src/modules/theme

set(kvitheme_SRCS
	libkvitheme.cpp
	WebThemeInterfaceDialog.cpp
	ThemeManagementDialog.cpp
	PackThemeDialog.cpp
	SaveThemeDialog.cpp
	ThemeFunctions.cpp
)

set(kvi_module_name kvitheme)
include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)