aboutsummaryrefslogtreecommitdiff
path: root/desktop-editor/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-editor/global.h')
-rw-r--r--desktop-editor/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-editor/global.h b/desktop-editor/global.h
new file mode 100644
index 00000000..f93e2d08
--- /dev/null
+++ b/desktop-editor/global.h
@@ -0,0 +1,3 @@
+#ifndef PREFIX
+ #define PREFIX QString("/usr/local")
+#endif
bgstack15