/[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 3347 by capela, Fri Aug 25 10:39:58 2017 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 67  RESOURCES += \ Line 68  RESOURCES += \
68    
69  TRANSLATIONS += \  TRANSLATIONS += \
70          translations/qsampler_cs.ts \          translations/qsampler_cs.ts \
71            translations/qsampler_fr.ts \
72          translations/qsampler_ru.ts          translations/qsampler_ru.ts
73    
74    
# Line 119  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 131  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.3347  
changed lines
  Added in v.3493

  ViewVC Help
Powered by ViewVC