comparison 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
comparison
equal deleted inserted replaced
12:92e72014d979 13:8545be78b994
5 CONFIG -= qt 5 CONFIG -= qt
6 6
7 # Using the "console" CONFIG flag above should ensure this happens for 7 # Using the "console" CONFIG flag above should ensure this happens for
8 # normal Windows builds, but this may be necessary when cross-compiling 8 # normal Windows builds, but this may be necessary when cross-compiling
9 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console 9 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
10
11 macx*: CONFIG -= app_bundle
10 12
11 !win32* { 13 !win32* {
12 QMAKE_CXXFLAGS += -Werror 14 QMAKE_CXXFLAGS += -Werror
13 } 15 }
14 16