annotate checker.pro @ 23:65b6c64992dd

If the descriptor is one of a recognised set, actually call it. This is a much more useful check against wrongly-built plugins or plugins with unavailable dependencies than just looking up the symbol
author Chris Cannam
date Wed, 16 Nov 2016 16:12:18 +0000
parents 25e00373f597
children 2cc992ed9b42
rev   line source
Chris@7 1
Chris@7 2 TEMPLATE = subdirs
Chris@8 3 SUBDIRS = sub_checker_lib sub_checker_client sub_helper
Chris@7 4
Chris@7 5 sub_checker_lib.file = checker-lib.pro
Chris@8 6 sub_checker_client.file = checker-client.pro
Chris@7 7 sub_helper.file = helper.pro
Chris@7 8