mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
11 lines
202 B
CMake
11 lines
202 B
CMake
#ifndef CONFIG_KHTML_H
|
|
#define CONFIG_KHTML_H
|
|
|
|
/* khtml svg support */
|
|
#cmakedefine SVG_SUPPORT 1
|
|
|
|
/* Valgrind memcheck presence */
|
|
#cmakedefine HAVE_VALGRIND_MEMCHECK_H 1
|
|
|
|
#endif /* CONFIG_KHTML_H */
|
|
|