Parent Directory
|
Revision Log
|
Patch
revision 2997 by capela, Fri Sep 23 11:42:50 2016 UTC | revision 2998 by capela, Mon Sep 26 09:37:11 2016 UTC | |
---|---|---|
# | Line 33 | Line 33 |
33 | #include <QDir> | #include <QDir> |
34 | #endif | #endif |
35 | ||
36 | #ifndef CONFIG_PREFIX | |
37 | #define CONFIG_PREFIX "/usr/local" | |
38 | #endif | |
39 | ||
40 | #ifndef CONFIG_DATADIR | |
41 | #define CONFIG_DATADIR CONFIG_PREFIX "/share" | |
42 | #endif | |
43 | ||
44 | #if WIN32 | #if WIN32 |
45 | #define RELATIVE_LOCALE_DIR "/share/locale" | #define RELATIVE_LOCALE_DIR "/share/locale" |
46 | #elif defined(__APPLE__) | #elif defined(__APPLE__) |
|
ViewVC Help | |
Powered by ViewVC |