mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
10 lines
197 B
CMake
10 lines
197 B
CMake
|
|
/*
|
||
|
|
SPDX-FileCopyrightText: 2011 Marco Martin <mart@kde.org>
|
||
|
|
|
||
|
|
SPDX-License-Identifier: LGPL-2.0-or-later
|
||
|
|
*/
|
||
|
|
|
||
|
|
/* KDE's configuration directory */
|
||
|
|
#define KDE_CONFDIR "${CONFIG_INSTALL_DIR}"
|
||
|
|
|