/[svn]/qsampler/trunk/src/qsampler.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2987 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__)

Legend:
Removed from v.2987  
changed lines
  Added in v.2998

  ViewVC Help
Powered by ViewVC