aboutsummaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/global.h b/global.h
new file mode 100644
index 00000000..6a5fded5
--- /dev/null
+++ b/global.h
@@ -0,0 +1,10 @@
+//===========================================
+// Lumina-DE source code
+// Copyright (c) 2014, Christopher Roy Bratusek
+// Available under the 3-clause BSD license
+// See the LICENSE file for full details
+//===========================================
+
+#ifndef PREFIX
+ #define PREFIX QString("/usr/local")
+#endif
bgstack15