Mercurial > hg > vamp-plugin-load-checker
diff helper.pro @ 13:8545be78b994
OSX build fixes and logic
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 25 Oct 2016 14:48:56 +0100 |
parents | 25e00373f597 |
children | 7a20698b4c29 |
line wrap: on
line diff
--- a/helper.pro Tue Oct 18 13:14:55 2016 +0100 +++ b/helper.pro Tue Oct 25 14:48:56 2016 +0100 @@ -8,6 +8,8 @@ # normal Windows builds, but this may be necessary when cross-compiling win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console +macx*: CONFIG -= app_bundle + !win32* { QMAKE_CXXFLAGS += -Werror }