Mercurial > hg > vamp-plugin-pack
annotate vamp-plugin-pack.pro @ 53:c1e5e3f02e48
Update some RDF; make checkboxes be checked by default
author | Chris Cannam |
---|---|
date | Mon, 03 Feb 2020 14:43:46 +0000 |
parents | cf2840ba1e07 |
children | 85768d48e6ce |
rev | line source |
---|---|
Chris@0 | 1 |
Chris@0 | 2 TEMPLATE = subdirs |
Chris@0 | 3 |
Chris@0 | 4 SUBDIRS += \ |
Chris@51 | 5 sub_plugins \ |
Chris@31 | 6 sub_installer |
Chris@0 | 7 |
Chris@51 | 8 sub_plugins.file = plugins.pro |
Chris@31 | 9 sub_installer.file = installer.pro |
Chris@0 | 10 |
Chris@0 | 11 repoint.target = $$PWD/.repoint.point |
Chris@0 | 12 repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json |
Chris@0 | 13 repoint.commands = $$PWD/repoint install --directory $$PWD |
Chris@0 | 14 |
Chris@0 | 15 QMAKE_EXTRA_TARGETS += repoint |
Chris@0 | 16 PRE_TARGETDEPS += $$repoint.target |
Chris@0 | 17 |
Chris@0 | 18 CONFIG += ordered |