/[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 3383 by capela, Fri Dec 1 14:47:13 2017 UTC revision 3434 by capela, Thu Nov 8 08:02:37 2018 UTC
# Line 120  unix { Line 120  unix {
120          mimetypes_scalable.files += mimetypes/application-x-$${NAME}-session.svg          mimetypes_scalable.files += mimetypes/application-x-$${NAME}-session.svg
121  }  }
122    
123    QT += widgets
124    
125  win32 {  win32 {
126    
127          CONFIG(debug, debug|release): CONFIG += console          CONFIG(debug, debug|release): CONFIG += console
# Line 132  macx { Line 134  macx {
134          QMAKE_MAC_SDK = $$(SDKROOT)          QMAKE_MAC_SDK = $$(SDKROOT)
135          CONFIG += $$(QMAKE_ARCHS)          CONFIG += $$(QMAKE_ARCHS)
136  }  }
   
   
 # QT5 support  
 !lessThan(QT_MAJOR_VERSION, 5) {  
         QT += widgets  
 }  

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

  ViewVC Help
Powered by ViewVC