annotate checker-lib.pro @ 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 846464771d06
children
rev   line source
Chris@7 1
Chris@7 2 TEMPLATE = lib
Chris@7 3
Chris@7 4 CONFIG += staticlib
Chris@7 5
Chris@7 6 include(checker.pri)
Chris@7 7
Chris@7 8 TARGET = checker
Chris@7 9
Chris@7 10