diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 00000000..77d61a45 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,22 @@ +/* config.h. Generated by cmake from config.h.cmake */ + + +#define QT_DOCDIR ${CONFIG_QT_DOCDIR} + +#define KDELIBS_DOXYDIR ${CONFIG_KDELIBS_DOXYDIR} + +#define MAKE_COMMAND "gmake" + +/* Version number of package */ +#define VERSION "3.2.0" + +/* Define if you have libz */ +#define HAVE_LIBZ ${HAVE_LIBZ} + +/* Define if you have libpng */ +#define HAVE_LIBPNG ${HAVE_LIBPNG} + +/* Define to 1 if you have the <dlfcn.h> header file. */ +#define HAVE_DLFCN_H ${HAVE_DLFCN_H} + +////////////////////////////// |