[Digikam-devel] extragear/graphics/digikam

Andi Clemens andi.clemens at gmx.net
Thu Oct 29 00:59:27 GMT 2009


SVN commit 1042050 by aclemens:

Put debug area codes into config-digikam.h, just in case we want to specify an
area code manually sometimes.
The question is should we change all the code again and remove debug.h, or
should we move the defines in here into debug.h and just keep it this way?
It will save us some work now, but in general debug.h is not needed anymore.

If we want to remove it, I will volunteer to do this nasty job, the regexps are
already set up ;-)

CCMAIL:digikam-devel at kde.org

 M  +7 -0      config-digikam.h.cmake  


--- trunk/extragear/graphics/digikam/config-digikam.h.cmake #1042049:1042050
@@ -22,4 +22,11 @@
 /* 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 */



More information about the Digikam-devel mailing list