~ubuntu-branches/ubuntu/maverick/digikam/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef CONFIG_DIGIKAM_H
#define CONFIG_DIGIKAM_H

/* Define to 1 if you have KDEPIM shared library installed */
#cmakedefine HAVE_KDEPIMLIBS 1

/* Define to 1 if you have Marble Widget shared library installed */
#cmakedefine HAVE_MARBLEWIDGET 1

/* Define to 1 if you have LensFun shared library installed */
#cmakedefine HAVE_LENSFUN 1

/* Define to 1 if GPhoto2 shared library is installed */
#cmakedefine HAVE_GPHOTO2 1

/* Define to 1 if an external liblqr-1 shared library have been found */
#cmakedefine USE_EXT_LIBLQR-1 1

/* Define to 1 if you want to use the experimental thumbnails database */
#cmakedefine USE_THUMBS_DB 1

/* Define to 1 if you have Nepomuk shared libraries installed */
#cmakedefine HAVE_NEPOMUK 1


/* debug area codes */
#define AREACODE_GENERAL      ${AREA_CODE_GENERAL}
#define AREACODE_KIOSLAVES    ${AREA_CODE_KIOSLAVES}
#define AREACODE_SHOWFOTO     ${AREA_CODE_SHOWFOTO}
#define AREACODE_IMAGEPLUGINS ${AREA_CODE_IMAGEPLUGINS}

#endif /* CONFIG_DIGIKAM_H */