/[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 2283 by capela, Sun Nov 13 23:18:32 2011 UTC revision 2415 by capela, Thu Feb 14 14:57:43 2013 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
# Line 103  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 111  macx { Line 114  macx {
114          QMAKE_MAC_SDK = $$(SDKROOT)          QMAKE_MAC_SDK = $$(SDKROOT)
115          CONFIG += $$(QMAKE_ARCHS)          CONFIG += $$(QMAKE_ARCHS)
116  }  }
117    
118    
119    # QT5 support
120    !lessThan(QT_MAJOR_VERSION, 5) {
121            QT += widgets
122    }

Legend:
Removed from v.2283  
changed lines
  Added in v.2415

  ViewVC Help
Powered by ViewVC