summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..0ecd358
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,7 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#define VERSION "@QTCURVE_VERSION_FULL@"
+#define KDE3PREFIX "@KDE3PREFIX@"
+#define KDE4PREFIX "@KDE4PREFIX@"
+#endif