mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
9 lines
212 B
CMake
9 lines
212 B
CMake
#ifndef __CONFIG_FONTINST_H__
|
|
#define __CONFIG_FONTINST_H__
|
|
|
|
#define KFONTINST_LIB_EXEC_DIR "@LIBEXEC_INSTALL_DIR@"
|
|
|
|
/* Define to 1 if you have the <locale.h> header file. */
|
|
#cmakedefine HAVE_LOCALE_H 1
|
|
|
|
#endif
|