/[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 2184 by capela, Sat Jun 18 21:26:55 2011 UTC revision 2285 by capela, Mon Nov 21 15:58:34 2011 UTC
# Line 71  TRANSLATIONS += \ Line 71  TRANSLATIONS += \
71    
72  unix {  unix {
73    
74          #VARIABLES          # variables
75          OBJECTS_DIR = .obj          OBJECTS_DIR = .obj
76          MOC_DIR     = .moc          MOC_DIR     = .moc
77          UI_DIR      = .ui          UI_DIR      = .ui
# Line 82  unix { Line 82  unix {
82    
83          BINDIR = $$PREFIX/bin          BINDIR = $$PREFIX/bin
84          DATADIR = $$PREFIX/share          DATADIR = $$PREFIX/share
85            LOCALEDIR = $(localedir)
86    
87          DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\"          DEFINES += DATADIR=\"$$DATADIR\"
88            DEFINES += LOCALEDIR=\"$$LOCALEDIR\"
89    
90          #MAKE INSTALL          # make install
91          INSTALLS += target desktop icon          INSTALLS += target desktop icon
92    
93          target.path = $$BINDIR          target.path = $$BINDIR

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

  ViewVC Help
Powered by ViewVC