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

Diff of /qsampler/trunk/src/src.pro

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

revision 2285 by capela, Mon Nov 21 15:58:34 2011 UTC revision 2286 by capela, Wed Nov 23 09:54:13 2011 UTC
# Line 85  unix { Line 85  unix {
85          LOCALEDIR = $(localedir)          LOCALEDIR = $(localedir)
86    
87          DEFINES += DATADIR=\"$$DATADIR\"          DEFINES += DATADIR=\"$$DATADIR\"
88          DEFINES += LOCALEDIR=\"$$LOCALEDIR\"  
89            !isEmpty(LOCALEDIR) {
90                    DEFINES += LOCALEDIR=\"$$LOCALEDIR\"
91            }
92    
93          # make install          # make install
94          INSTALLS += target desktop icon          INSTALLS += target desktop icon

Legend:
Removed from v.2285  
changed lines
  Added in v.2286

  ViewVC Help
Powered by ViewVC