Mercurial > hg > vamp-plugin-load-checker
comparison checker-client.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 | a28b19b136e8 |
comparison
equal
deleted
inserted
replaced
12:92e72014d979 | 13:8545be78b994 |
---|---|
4 include(checker.pri) | 4 include(checker.pri) |
5 | 5 |
6 # Using the "console" CONFIG flag above should ensure this happens for | 6 # Using the "console" CONFIG flag above should ensure this happens for |
7 # normal Windows builds, but this may be necessary when cross-compiling | 7 # normal Windows builds, but this may be necessary when cross-compiling |
8 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console | 8 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console |
9 | |
10 macx*: CONFIG -= app_bundle | |
9 | 11 |
10 TARGET = checker-client | 12 TARGET = checker-client |
11 | 13 |
12 SOURCES += \ | 14 SOURCES += \ |
13 src/checker.cpp | 15 src/checker.cpp |