/[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 2483 by capela, Thu Dec 12 17:39:52 2013 UTC revision 2834 by capela, Wed Aug 12 16:57:14 2015 UTC
# Line 64  FORMS += \ Line 64  FORMS += \
64  RESOURCES += \  RESOURCES += \
65          qsampler.qrc          qsampler.qrc
66    
67    
68  TRANSLATIONS += \  TRANSLATIONS += \
69      translations/qsampler_cs.ts \          translations/qsampler_cs.ts \
70      translations/qsampler_ru.ts          translations/qsampler_ru.ts
71    
72    
73  unix {  unix {
# Line 81  unix { Line 82  unix {
82          }          }
83    
84          BINDIR = $${PREFIX}/bin          BINDIR = $${PREFIX}/bin
85          DATADIR = $${PREFIX}/share          DATADIR = $$PREFIX/share
         LOCALEDIR = $(localedir)  
86    
87          DEFINES += DATADIR=\"$${DATADIR}\"          DEFINES += DATADIR=\"$${DATADIR}\"
88    
         !isEmpty(LOCALEDIR) {  
                 DEFINES += LOCALEDIR=\"$${LOCALEDIR}\"  
         }  
   
89          # make install          # make install
90          INSTALLS += target desktop icon \          INSTALLS += target desktop icon appdata \
91                  icon_scalable mimeinfo mimetypes mimetypes_scalable                  icon_scalable mimeinfo mimetypes mimetypes_scalable
92    
93          target.path = $${BINDIR}          target.path = $${BINDIR}
# Line 105  unix { Line 101  unix {
101          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps
102          icon_scalable.files += images/$${NAME}.svg          icon_scalable.files += images/$${NAME}.svg
103    
104            appdata.path = $${DATADIR}/appdata
105            appdata.files += appdata/$${NAME}.appdata.xml
106    
107          mimeinfo.path = $${DATADIR}/mime/packages          mimeinfo.path = $${DATADIR}/mime/packages
108          mimeinfo.files += mimetypes/$${NAME}.xml          mimeinfo.files += mimetypes/$${NAME}.xml
109    

Legend:
Removed from v.2483  
changed lines
  Added in v.2834

  ViewVC Help
Powered by ViewVC