aboutsummaryrefslogtreecommitdiff
path: root/desktop-editor/global.h
diff options
context:
space:
mode:
authorwilliam <william.os4y@gmail.com>2015-03-14 22:25:10 +0100
committerwilliam <william.os4y@gmail.com>2015-03-14 22:25:10 +0100
commitfa84b6ba943530594241e171a677be8ec9c50f51 (patch)
tree548011025d8ba7439af2955dcf33303a8dcf7e8a /desktop-editor/global.h
parentfix issues with pushbuttons (Command, WorkingDir and Icon) concerning the def... (diff)
downloadlumina-fa84b6ba943530594241e171a677be8ec9c50f51.tar.gz
lumina-fa84b6ba943530594241e171a677be8ec9c50f51.tar.bz2
lumina-fa84b6ba943530594241e171a677be8ec9c50f51.zip
global.h is required for the LuminaOS.h
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