comparison convert.pro @ 1301:26da0e253e68 project-file-rework

Don't -Werror here
author Chris Cannam
date Fri, 28 Oct 2016 11:32:22 +0100
parents 337617d1d50a
children 106a16cfdd2f
comparison
equal deleted inserted replaced
1300:f7481cb5a1ff 1301:26da0e253e68
12 !exists(config.pri) { 12 !exists(config.pri) {
13 include(noconfig.pri) 13 include(noconfig.pri)
14 14
15 macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz 15 macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz
16 } 16 }
17
18 # Can't support this flag with the JSON11 and basen modules as they stand
19 QMAKE_CXXFLAGS -= -Werror
17 20
18 # Using the "console" CONFIG flag above should ensure this happens for 21 # Using the "console" CONFIG flag above should ensure this happens for
19 # normal Windows builds, but this may be necessary when cross-compiling 22 # normal Windows builds, but this may be necessary when cross-compiling
20 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console 23 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console
21 24