/[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 2282 by capela, Sun Nov 13 20:29:46 2011 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 80  unix { Line 80  unix {
80                  PREFIX = /usr/local                  PREFIX = /usr/local
81          }          }
82    
83          BINDIR = $(bindir)          BINDIR = $$PREFIX/bin
84          DATADIR = $(datadir)          DATADIR = $$PREFIX/share
85          LOCALEDIR = $(localedir)          LOCALEDIR = $(localedir)
86    
         DEFINES += BINDIR=\"$$BINDIR\"  
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
# Line 104  win32 { Line 106  win32 {
106    
107          CONFIG(debug, debug|release): CONFIG += console          CONFIG(debug, debug|release): CONFIG += console
108          INSTALLS += target          INSTALLS += target
109          target.path = $$BINDIR          target.path = $$PREFIX/bin
110  }  }
111    
112  macx {  macx {
# Line 112  macx { Line 114  macx {
114          QMAKE_MAC_SDK = $$(SDKROOT)          QMAKE_MAC_SDK = $$(SDKROOT)
115          CONFIG += $$(QMAKE_ARCHS)          CONFIG += $$(QMAKE_ARCHS)
116  }  }
117    
118    # QT5 Support
119    QT += widgets

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

  ViewVC Help
Powered by ViewVC