Initial commit
[vexed] / config.h
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..f64e42c
--- /dev/null
+++ b/config.h
@@ -0,0 +1,9 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+namespace CONFIG
+{
+        const char* ICONPATH="/home/paul/work/qexed/blocks";
+}
+
+#endif // CONFIG_H