Mercurial > hg > vamp-plugin-load-checker
annotate checker.pro @ 34:6905d8b146f6 plugin-path-config
Toward supporting separate environment variables for 32-bit plugins on a 64-bit system (otherwise we try to load both from the same helpers)
author | Chris Cannam |
---|---|
date | Wed, 06 Jun 2018 13:49:23 +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 |