/[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 3493 by capela, Sat Mar 9 21:47:46 2019 UTC
# Line 10  include(src.pri) Line 10  include(src.pri)
10  #DEFINES += DEBUG  #DEFINES += DEBUG
11    
12  HEADERS += config.h \  HEADERS += config.h \
13            qsampler.h \
14          qsamplerAbout.h \          qsamplerAbout.h \
15          qsamplerOptions.h \          qsamplerOptions.h \
16          qsamplerChannel.h \          qsamplerChannel.h \
# Line 64  FORMS += \ Line 65  FORMS += \
65  RESOURCES += \  RESOURCES += \
66          qsampler.qrc          qsampler.qrc
67    
68    
69  TRANSLATIONS += \  TRANSLATIONS += \
70      translations/qsampler_cs.ts \          translations/qsampler_cs.ts \
71      translations/qsampler_ru.ts          translations/qsampler_fr.ts \
72            translations/qsampler_ru.ts
73    
74    
75  unix {  unix {
# Line 80  unix { Line 83  unix {
83                  PREFIX = /usr/local                  PREFIX = /usr/local
84          }          }
85    
86          BINDIR = $${PREFIX}/bin          isEmpty(BINDIR) {
87          DATADIR = $${PREFIX}/share                  BINDIR = $${PREFIX}/bin
88          LOCALEDIR = $(localedir)          }
   
         DEFINES += DATADIR=\"$${DATADIR}\"  
89    
90          !isEmpty(LOCALEDIR) {          isEmpty(DATADIR) {
91                  DEFINES += LOCALEDIR=\"$${LOCALEDIR}\"                  DATADIR = $${PREFIX}/share
92          }          }
93    
94            #DEFINES += DATADIR=\"$${DATADIR}\"
95    
96          # make install          # make install
97          INSTALLS += target desktop icon \          INSTALLS += target desktop icon appdata \
98                  icon_scalable mimeinfo mimetypes mimetypes_scalable                  icon_scalable mimeinfo mimetypes mimetypes_scalable
99    
100          target.path = $${BINDIR}          target.path = $${BINDIR}
# Line 105  unix { Line 108  unix {
108          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps          icon_scalable.path = $${DATADIR}/icons/hicolor/scalable/apps
109          icon_scalable.files += images/$${NAME}.svg          icon_scalable.files += images/$${NAME}.svg
110    
111            appdata.path = $${DATADIR}/metainfo
112            appdata.files += appdata/$${NAME}.appdata.xml
113    
114          mimeinfo.path = $${DATADIR}/mime/packages          mimeinfo.path = $${DATADIR}/mime/packages
115          mimeinfo.files += mimetypes/$${NAME}.xml          mimeinfo.files += mimetypes/$${NAME}.xml
116    
# Line 115  unix { Line 121  unix {
121          mimetypes_scalable.files += mimetypes/application-x-$${NAME}-session.svg          mimetypes_scalable.files += mimetypes/application-x-$${NAME}-session.svg
122  }  }
123    
124    QT += widgets
125    
126  win32 {  win32 {
127    
128          CONFIG(debug, debug|release): CONFIG += console          CONFIG(debug, debug|release): CONFIG += console
# Line 127  macx { Line 135  macx {
135          QMAKE_MAC_SDK = $$(SDKROOT)          QMAKE_MAC_SDK = $$(SDKROOT)
136          CONFIG += $$(QMAKE_ARCHS)          CONFIG += $$(QMAKE_ARCHS)
137  }  }
   
   
 # QT5 support  
 !lessThan(QT_MAJOR_VERSION, 5) {  
         QT += widgets  
 }  

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

  ViewVC Help
Powered by ViewVC