blob: 56c48ea2d8720c20587d0a9b5165c5ab7c297501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
###############################################################################
# Trinity KOffice #
# --------------- #
# This file is licensed under the terms of GNU GPL v3 or later. #
# Improvements and feedback are welcome. #
###############################################################################
### Data ######################################################################
add_subdirectory(crystalsvg)
# add_subdirectory(hicolor) # is empty
add_subdirectory(locolor)
# kate: indent-width 2; replace-tabs true;
|