Mercurial > hg > vamp-plugin-load-checker
annotate checker.pro @ 38:a43d7a2867d2
Tidy up error handling, especially on Windows
author | Chris Cannam |
---|---|
date | Tue, 28 Aug 2018 14:33:41 +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 |