Warning, /graphics/digikam/core/app/utils/digikam_config.h.cmake.in is written in an unsupported language. File is not indexed.

0001 /* ============================================================
0002  *
0003  * This file is a part of digiKam project
0004  * https://www.digikam.org
0005  *
0006  * Date        : 2009-08-03
0007  * Description : digiKam config header
0008  *
0009  * SPDX-FileCopyrightText: 2009-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
0010  *
0011  * SPDX-License-Identifier: GPL-2.0-or-later
0012  *
0013  * ============================================================ */
0014 
0015 #ifndef DIGIKAM_CONFIG_H
0016 #define DIGIKAM_CONFIG_H
0017 
0018 /* Define to 1 if you have KDEPIM shared library installed */
0019 #cmakedefine HAVE_AKONADICONTACT 1
0020 
0021 /* Define to 1 if an external lensfun shared library have been found */
0022 #cmakedefine HAVE_LENSFUN 1
0023 
0024 /* Define to 1 if an external KIO shared library have been found */
0025 #cmakedefine HAVE_KIO 1
0026 
0027 /* Define to 1 if an external Sonnet shared library have been found */
0028 #cmakedefine HAVE_SONNET 1
0029 
0030 /* Define to 1 if an external Ksane shared library have been found */
0031 #cmakedefine HAVE_KSANE 1
0032 
0033 /* Define to 1 if an external Marble shared library have been found */
0034 #cmakedefine HAVE_GEOLOCATION 1
0035 
0036 /* Define to 1 if an external Eigen3 shared library have been found */
0037 #cmakedefine HAVE_EIGEN3 1
0038 
0039 /* Define to 1 if an external x265 shared library have been found */
0040 #cmakedefine HAVE_X265 1
0041 
0042 /* Define to 1 if an external Heif shared library have been found */
0043 #cmakedefine HAVE_HEIF 1
0044 
0045 /* The Eigen3 version string, if found, or an empty string otherwise */
0046 #define EIGEN3_VERSION_STRING "${EIGEN3_VERSION}"
0047 
0048 /* Define to 1 if GPhoto2 shared library is installed */
0049 #cmakedefine HAVE_GPHOTO2 1
0050 
0051 /* Define to 1 if Jasper shared library is installed */
0052 #cmakedefine HAVE_JASPER 1
0053 
0054 /* Define to 1 if libgphoto2 2.5 shared library is installed */
0055 #cmakedefine HAVE_GPHOTO25 1
0056 
0057 /* Define to 1 if you have Baloo shared libraries installed */
0058 #cmakedefine HAVE_KFILEMETADATA 1
0059 
0060 /* Define to 1 if you have KIconThemes shared libraries installed */
0061 #cmakedefine HAVE_KICONTHEMES 1
0062 
0063 /* Define to 1 if you have KNotifications shared libraries installed */
0064 #cmakedefine HAVE_KNOTIFICATIONS 1
0065 
0066 /* Define to 1 if you have KNotifyConfig shared libraries installed */
0067 #cmakedefine HAVE_KNOTIFYCONFIG 1
0068 
0069 /* Define to 1 if you have KCalendar core shared libraries installed */
0070 #cmakedefine HAVE_KCALENDAR 1
0071 
0072 /* Define to 1 if you have KCalendar core shared libraries with QDateTime support installed */
0073 #cmakedefine HAVE_KCALENDAR_QDATETIME 1
0074 
0075 /* Define to 1 if Panorama tool is supported */
0076 #cmakedefine HAVE_PANORAMA 1
0077 
0078 /* Define to 1 if HTMLGallery tool is supported */
0079 #cmakedefine HAVE_HTMLGALLERY 1
0080 
0081 /* Define to 1 if we support mysql database */
0082 #cmakedefine HAVE_MYSQLSUPPORT 1
0083 
0084 /* Define to 1 if we support mysql internal database server */
0085 #cmakedefine HAVE_INTERNALMYSQL 1
0086 
0087 /* Define to 1 if preview of video files is supported */
0088 #cmakedefine HAVE_MEDIAPLAYER 1
0089 
0090 /* Define to 1 if DBUS is supported */
0091 #cmakedefine HAVE_DBUS 1
0092 
0093 /* Define to 1 if system use OpenGL */
0094 #cmakedefine HAVE_OPENGL 1
0095 
0096 /* Define to 1 if system use X11 */
0097 #cmakedefine HAVE_X11 1
0098 
0099 /* Define to 1 if changing application styles is supported */
0100 #cmakedefine HAVE_APPSTYLE_SUPPORT 1
0101 
0102 /* Define to 1 if system use QtMultimedia */
0103 #cmakedefine HAVE_QTMULTIMEDIA 1
0104 
0105 /* Define to 1 if system use QtWebEngine */
0106 #cmakedefine HAVE_QWEBENGINE 1
0107 
0108 /* Define to 1 if system use QtXmlPatterns */
0109 #cmakedefine HAVE_QTXMLPATTERNS 1
0110 
0111 /* Define to 1 if ImageMagick codecs are supported */
0112 #cmakedefine HAVE_IMAGE_MAGICK 1
0113 
0114 /* Defines to 1 if the Dr. Mingw crash handler should be used */
0115 #cmakedefine HAVE_DRMINGW 1
0116 
0117 #define LIBEXEC_INSTALL_DIR "${KDE_INSTALL_FULL_LIBEXECDIR}"
0118 
0119 #endif // DIGIKAM_CONFIG_H