Mercurial > hg > vamp-plugin-load-checker
view checker.pri @ 40:40c6936c2fc9 errorcode
Return numerical error codes, so the caller can apply i18n on display; distinguish explicitly the common win32 architecture problems
author | Chris Cannam |
---|---|
date | Wed, 29 Aug 2018 17:40:22 +0100 |
parents | 4154894d638c |
children | bb3d59462052 |
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/checkcode.h \ checker/plugincandidates.h \ checker/knownplugincandidates.h \ checker/knownplugins.h SOURCES += \ src/plugincandidates.cpp \ src/knownplugincandidates.cpp \ src/knownplugins.cpp