/[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 2839 by capela, Tue Aug 25 18:36:55 2015 UTC revision 2987 by capela, Fri Sep 23 11:42:50 2016 UTC
# Line 1  Line 1 
1  // qsampler.cpp  // qsampler.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2015, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2016, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 33  Line 33 
33  #include <QDir>  #include <QDir>
34  #endif  #endif
35    
 #define CONFIG_QUOTE1(x) #x  
 #define CONFIG_QUOTED(x) CONFIG_QUOTE1(x)  
   
 #if defined(DATADIR)  
 #define CONFIG_DATADIR CONFIG_QUOTED(DATADIR)  
 #else  
 #define CONFIG_DATADIR CONFIG_PREFIX "/share"  
 #endif  
   
36  #if WIN32  #if WIN32
37  #define RELATIVE_LOCALE_DIR "/share/locale"  #define RELATIVE_LOCALE_DIR "/share/locale"
38  #elif defined(__APPLE__)  #elif defined(__APPLE__)

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

  ViewVC Help
Powered by ViewVC