From fa84b6ba943530594241e171a677be8ec9c50f51 Mon Sep 17 00:00:00 2001 From: william Date: Sat, 14 Mar 2015 22:25:10 +0100 Subject: global.h is required for the LuminaOS.h --- desktop-editor/global.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 desktop-editor/global.h 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 -- cgit