Mercurial > hg > vamp-plugin-load-checker
annotate checker.pro @ 49:51a8fe0a03cf
Suspend/resume stdout (as in the Piper simple server) to avoid plugins' own stdout blatherings from interfering with our "return values"
author | Chris Cannam |
---|---|
date | Tue, 02 Oct 2018 11:55:03 +0100 |
parents | 2cc992ed9b42 |
children |
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 |
Chris@26 | 9 CONFIG += ordered |