Mercurial > hg > vamp-plugin-pack
annotate vamp-plugin-pack.pro @ 51:cf2840ba1e07
Windows build logic and updates
author | Chris Cannam |
---|---|
date | Thu, 30 Jan 2020 13:28:32 +0000 |
parents | 6ba82eead9bb |
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 |