diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-24 03:08:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-24 03:08:20 +0200 |
commit | 208d93bf75a4a1486f6f94c34e71638a961e8645 (patch) | |
tree | b36ddf7faadb5818ba9e748e2e67c229112827b6 /config.h.cmake | |
parent | 2a415f233fac3fb5801a544e670f1ec12429aa2a (diff) | |
download | tdelibs-208d93bf75a4a1486f6f94c34e71638a961e8645.tar.gz tdelibs-208d93bf75a4a1486f6f94c34e71638a961e8645.zip |
Add new build option WITH_TDEICONLOADER_DEBUG
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index d9703caa4..7dcd1ae1f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -911,6 +911,9 @@ /* Defined if compiling with old XDG standard support */ #cmakedefine WITH_OLD_XDG_STD 1 +/* Defined if compiling with TDEIconLoader debugging */ +#cmakedefine TDEICONLOADER_DEBUG 1 + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD |