summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 00000000..25349254
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,20 @@
+#define VERSION "@VERSION@"
+
+// Defined if you have fvisibility and fvisibility-inlines-hidden support.
+#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@
+
+/* Defined if you have the <unistd.h> header file. */
+#cmakedefine Q_OS_UNIX
+
+/* Defined if you have the <sys/mman.h> header file */
+#cmakedefine Q_OS_LINUX
+
+/* Defined if you have <zlib.h> header */
+#cmakedefine HAVE_ZLIB_H 1
+
+/* Defined with TQT gif support */
+#cmakedefine QT_BUILTIN_GIF_READER @QT_BUILTIN_GIF_READER@