Mercurial > hg > sonic-visualiser
comparison server.pro @ 1301:26da0e253e68 project-file-rework
Don't -Werror here
author | Chris Cannam |
---|---|
date | Fri, 28 Oct 2016 11:32:22 +0100 |
parents | f7481cb5a1ff |
children | 409ee88107e8 |
comparison
equal
deleted
inserted
replaced
1300:f7481cb5a1ff | 1301:26da0e253e68 |
---|---|
19 win32-g++: { | 19 win32-g++: { |
20 QMAKE_CXXFLAGS += -static-libgcc -static-libstdc++ | 20 QMAKE_CXXFLAGS += -static-libgcc -static-libstdc++ |
21 QMAKE_LFLAGS += -static-libgcc -static-libstdc++ | 21 QMAKE_LFLAGS += -static-libgcc -static-libstdc++ |
22 } | 22 } |
23 } | 23 } |
24 | |
25 # Can't support this flag with the JSON11 and basen modules as they stand | |
26 QMAKE_CXXFLAGS -= -Werror | |
24 | 27 |
25 # Using the "console" CONFIG flag above should ensure this happens for | 28 # Using the "console" CONFIG flag above should ensure this happens for |
26 # normal Windows builds, but this may be necessary when cross-compiling | 29 # normal Windows builds, but this may be necessary when cross-compiling |
27 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console | 30 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console |
28 | 31 |