Mercurial > hg > vamp-plugin-load-checker
view checker.pri @ 44:0f7df035192d errorcode
Fix for older Qt 5 compatibility
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 12:11:26 +0100 |
parents | 40c6936c2fc9 |
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