/[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 2987 by capela, Fri Sep 23 11:42:50 2016 UTC revision 3383 by capela, Fri Dec 1 14:47:13 2017 UTC
# Line 67  RESOURCES += \ Line 67  RESOURCES += \
67    
68  TRANSLATIONS += \  TRANSLATIONS += \
69          translations/qsampler_cs.ts \          translations/qsampler_cs.ts \
70            translations/qsampler_fr.ts \
71          translations/qsampler_ru.ts          translations/qsampler_ru.ts
72    
73    
# Line 106  unix { Line 107  unix {
107          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps
108          icon_scalable.files += images/$${NAME}.svg          icon_scalable.files += images/$${NAME}.svg
109    
110          appdata.path = $${DATADIR}/appdata          appdata.path = $${DATADIR}/metainfo
111          appdata.files += appdata/$${NAME}.appdata.xml          appdata.files += appdata/$${NAME}.appdata.xml
112    
113          mimeinfo.path = $${DATADIR}/mime/packages          mimeinfo.path = $${DATADIR}/mime/packages
# Line 136  macx { Line 137  macx {
137  # QT5 support  # QT5 support
138  !lessThan(QT_MAJOR_VERSION, 5) {  !lessThan(QT_MAJOR_VERSION, 5) {
139          QT += widgets          QT += widgets
         unix:!macx {  
                 QT += x11extras  
         }  
140  }  }

Legend:
Removed from v.2987  
changed lines
  Added in v.3383

  ViewVC Help
Powered by ViewVC