/[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 3347 by capela, Fri Aug 25 10:39:58 2017 UTC
# Line 106  unix { Line 106  unix {
106          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps
107          icon_scalable.files += images/$${NAME}.svg          icon_scalable.files += images/$${NAME}.svg
108    
109          appdata.path = $${DATADIR}/appdata          appdata.path = $${DATADIR}/metainfo
110          appdata.files += appdata/$${NAME}.appdata.xml          appdata.files += appdata/$${NAME}.appdata.xml
111    
112          mimeinfo.path = $${DATADIR}/mime/packages          mimeinfo.path = $${DATADIR}/mime/packages
# Line 136  macx { Line 136  macx {
136  # QT5 support  # QT5 support
137  !lessThan(QT_MAJOR_VERSION, 5) {  !lessThan(QT_MAJOR_VERSION, 5) {
138          QT += widgets          QT += widgets
         unix:!macx {  
                 QT += x11extras  
         }  
139  }  }

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

  ViewVC Help
Powered by ViewVC