Mercurial > hg > vamp-plugin-load-checker
view checker.pri @ 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 | 4154894d638c |
line wrap: on
line source
CONFIG += qt stl c++11 exceptions console warn_on QT -= xml network gui widgets !win32 { QMAKE_CXXFLAGS += -Werror } OBJECTS_DIR = o MOC_DIR = o INCLUDEPATH += checker HEADERS += \ checker/plugincandidates.h \ checker/knownplugins.h SOURCES += \ src/plugincandidates.cpp \ src/knownplugins.cpp