/[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 2074 by capela, Mon Mar 29 17:00:30 2010 UTC revision 2144 by persson, Wed Oct 6 18:49:54 2010 UTC
# Line 93  unix { Line 93  unix {
93          desktop.path = $$DATADIR/applications          desktop.path = $$DATADIR/applications
94          desktop.files += $${TARGET}.desktop          desktop.files += $${TARGET}.desktop
95    
96          icon.path = $$DATADIR/pixmaps          icon.path = $$DATADIR/icons/hicolor/32x32/apps
97          icon.files += images/$${TARGET}.png          icon.files += images/$${TARGET}.png
98  }  }
99    
100  win32 {  win32 {
101    
102      contains(CONFIG, debug) {          CONFIG(debug, debug|release): CONFIG += console
103          CONFIG += console          INSTALLS += target
104      }          target.path = $$PREFIX/bin
105  }  }
106    
107  macx {  macx {

Legend:
Removed from v.2074  
changed lines
  Added in v.2144

  ViewVC Help
Powered by ViewVC