/[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 2631 by capela, Sun Jun 15 00:27:04 2014 UTC revision 2724 by capela, Mon Mar 9 09:13:24 2015 UTC
# Line 86  unix { Line 86  unix {
86          DEFINES += DATADIR=\"$${DATADIR}\"          DEFINES += DATADIR=\"$${DATADIR}\"
87    
88          # make install          # make install
89          INSTALLS += target desktop icon \          INSTALLS += target desktop icon appdata \
90                  icon_scalable mimeinfo mimetypes mimetypes_scalable                  icon_scalable mimeinfo mimetypes mimetypes_scalable
91    
92          target.path = $${BINDIR}          target.path = $${BINDIR}
# Line 100  unix { Line 100  unix {
100          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps
101          icon_scalable.files += images/$${NAME}.svg          icon_scalable.files += images/$${NAME}.svg
102    
103            appdata.path = $${DATADIR}/appdata
104            appdata.files += appdata/$${NAME}.appdata.xml
105    
106          mimeinfo.path = $${DATADIR}/mime/packages          mimeinfo.path = $${DATADIR}/mime/packages
107          mimeinfo.files += mimetypes/$${NAME}.xml          mimeinfo.files += mimetypes/$${NAME}.xml
108    

Legend:
Removed from v.2631  
changed lines
  Added in v.2724

  ViewVC Help
Powered by ViewVC