Mercurial > hg > vamp-plugin-load-checker
comparison checker.pri @ 35:4154894d638c plugin-path-config
Trim KnownPlugins class down to static info and environment variable lookup; introduce KnownPluginCandidates to provide its former API
author | Chris Cannam |
---|---|
date | Wed, 06 Jun 2018 15:54:26 +0100 |
parents | 25e00373f597 |
children | 40c6936c2fc9 |
comparison
equal
deleted
inserted
replaced
34:6905d8b146f6 | 35:4154894d638c |
---|---|
11 | 11 |
12 INCLUDEPATH += checker | 12 INCLUDEPATH += checker |
13 | 13 |
14 HEADERS += \ | 14 HEADERS += \ |
15 checker/plugincandidates.h \ | 15 checker/plugincandidates.h \ |
16 checker/knownplugincandidates.h \ | |
16 checker/knownplugins.h | 17 checker/knownplugins.h |
17 | 18 |
18 SOURCES += \ | 19 SOURCES += \ |
19 src/plugincandidates.cpp \ | 20 src/plugincandidates.cpp \ |
21 src/knownplugincandidates.cpp \ | |
20 src/knownplugins.cpp | 22 src/knownplugins.cpp |
21 | 23 |
22 | 24 |