Mercurial > hg > vamp-plugin-load-checker
comparison helper.pro @ 59:56d50a5d9098
Add -Werror only in debug builds
author | Chris Cannam |
---|---|
date | Thu, 12 Dec 2019 16:53:35 +0000 |
parents | c8c17e51aab0 |
children |
comparison
equal
deleted
inserted
replaced
58:c8c17e51aab0 | 59:56d50a5d9098 |
---|---|
9 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console | 9 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console |
10 | 10 |
11 macx*: CONFIG -= app_bundle | 11 macx*: CONFIG -= app_bundle |
12 | 12 |
13 !win32* { | 13 !win32* { |
14 QMAKE_CXXFLAGS += -Werror | 14 QMAKE_CXXFLAGS_DEBUG += -Werror |
15 } | 15 } |
16 | 16 |
17 linux* { | 17 linux* { |
18 LIBS += -ldl | 18 LIBS += -ldl |
19 } | 19 } |