From 40a38a2f9b45bb73460145148bd4e4560e0d9672 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 30 Dec 2011 23:32:35 -0600 Subject: Add initial support for ELF embedded icons in Konqueror This feature still needs quite a bit of work to add embedding support to other parts of TDE such as the minicli, as well as bringing konqueror behaviour more in line with the minicli previews, but it is a start at least! --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index c52da286f..80b8d071c 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -110,6 +110,9 @@ /* Define if you have OpenEXR */ #cmakedefine HAVE_EXR 1 +/* Defined if you have elficon support. */ +#cmakedefine HAVE_ELFICON 1 + /* Define is posix_fadvise is supported */ #undef HAVE_FADVISE -- cgit v1.2.1