Warning, /plasma/oxygen-gtk/config.h.cmake is written in an unsupported language. File is not indexed.

0001 #ifndef __CONFIG_H__
0002 #define __CONFIG_H__
0003 
0004 /*
0005 * this file is part of the oxygen gtk engine
0006 * SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa <hugo.pereira@free.fr>
0007 * SPDX-FileCopyrightText: 2010 Ruslan Kabatsayev <b7.10110111@gmail.com>
0008 *
0009 * SPDX-License-Identifier: LGPL-2.0-or-later
0010 */
0011 
0012 #define GTK_THEME_DIR "@GTK_THEME_DIR@/gtk-2.0"
0013 #ifndef OXYGEN_DEBUG
0014 #define OXYGEN_DEBUG @OXYGEN_DEBUG@
0015 #endif
0016 
0017 #ifndef OXYGEN_DEBUG_INNERSHADOWS
0018 #define OXYGEN_DEBUG_INNERSHADOWS @OXYGEN_DEBUG_INNERSHADOWS@
0019 #endif
0020 
0021 #define OXYGEN_ICON_HACK @OXYGEN_ICON_HACK@
0022 #define OXYGEN_FORCE_KDE_ICONS_AND_FONTS @OXYGEN_FORCE_KDE_ICONS_AND_FONTS@
0023 #define HAVE_DBUS @HAVE_DBUS@
0024 #define HAVE_DBUS_GLIB @HAVE_DBUS_GLIB@
0025 #define ENABLE_COMBOBOX_LIST_RESIZE @ENABLE_COMBOBOX_LIST_RESIZE@
0026 
0027 #define ENABLE_INNER_SHADOWS_HACK @ENABLE_INNER_SHADOWS_HACK@
0028 #define ENABLE_GROUPBOX_HACK @ENABLE_GROUPBOX_HACK@
0029 #define DISABLE_SIGNAL_HOOKS @DISABLE_SIGNAL_HOOKS@
0030 
0031 #define OXYGEN_VERSION "@OXYGEN_VERSION@"
0032 
0033 #endif