comparison runner.pro @ 195:3f7c65f26559

Fixes from last merge
author Chris Cannam
date Wed, 26 Aug 2015 21:46:52 +0100
parents 766268a32378
children f4315a0ade89 88044af67bd1 5eadb3b687bb
comparison
equal deleted inserted replaced
194:c71d6ae15882 195:3f7c65f26559
36 linux* { 36 linux* {
37 LIBS += -ldl 37 LIBS += -ldl
38 } 38 }
39 } 39 }
40 40
41 CONFIG += qt thread warn_on stl rtti exceptions console 41 CONFIG += qt thread warn_on stl rtti exceptions console c++11
42 QT += xml network 42 QT += xml network
43 QT -= gui widgets 43 QT -= gui widgets
44 44
45 # Using the "console" CONFIG flag above should ensure this happens for 45 # Using the "console" CONFIG flag above should ensure this happens for
46 # normal Windows builds, but the console feature doesn't get picked up 46 # normal Windows builds, but the console feature doesn't get picked up