diff options
author | william <william.os4y@gmail.com> | 2015-03-14 22:25:10 +0100 |
---|---|---|
committer | william <william.os4y@gmail.com> | 2015-03-14 22:25:10 +0100 |
commit | fa84b6ba943530594241e171a677be8ec9c50f51 (patch) | |
tree | 548011025d8ba7439af2955dcf33303a8dcf7e8a /desktop-editor/global.h | |
parent | fix issues with pushbuttons (Command, WorkingDir and Icon) concerning the def... (diff) | |
download | lumina-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.h | 3 |
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 |