/[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 2281 by capela, Sat Jun 18 21:26:55 2011 UTC revision 2282 by capela, Sun Nov 13 20:29:46 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 80  unix { Line 80  unix {
80                  PREFIX = /usr/local                  PREFIX = /usr/local
81          }          }
82    
83          BINDIR = $$PREFIX/bin          BINDIR = $(bindir)
84          DATADIR = $$PREFIX/share          DATADIR = $(datadir)
85            LOCALEDIR = $(localedir)
86    
87            DEFINES += BINDIR=\"$$BINDIR\"
88            DEFINES += DATADIR=\"$$DATADIR\"
89            DEFINES += LOCALEDIR=\"$$LOCALEDIR\"
90    
91          DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\"          # make install
   
         #MAKE INSTALL  
92          INSTALLS += target desktop icon          INSTALLS += target desktop icon
93    
94          target.path = $$BINDIR          target.path = $$BINDIR
# Line 101  win32 { Line 104  win32 {
104    
105          CONFIG(debug, debug|release): CONFIG += console          CONFIG(debug, debug|release): CONFIG += console
106          INSTALLS += target          INSTALLS += target
107          target.path = $$PREFIX/bin          target.path = $$BINDIR
108  }  }
109    
110  macx {  macx {

Legend:
Removed from v.2281  
changed lines
  Added in v.2282

  ViewVC Help
Powered by ViewVC