Mercurial > hg > vamp-plugin-pack
view vamp-plugin-pack.pro @ 2:b77ce402e5e5
Collect output plugins & metadata into out/
author | Chris Cannam |
---|---|
date | Wed, 13 Nov 2019 13:38:45 +0000 |
parents | f7134276bfb8 |
children | d95051da0540 |
line wrap: on
line source
TEMPLATE = subdirs SUBDIRS += \ sub_sdk \ sub_match \ sub_tuning_difference \ sub_pyin \ sub_nnls_chroma \ sub_qm_vamp_plugins \ sub_azi \ sub_aubio sub_sdk.file = vamp-plugin-sdk.pro sub_match.file = match-vamp.pro sub_pyin.file = pyin.pro sub_tuning_difference.file = tuning-difference.pro sub_nnls_chroma.file = nnls-chroma.pro sub_qm_vamp_plugins.file = qm-vamp-plugins.pro sub_azi.file = azi.pro sub_aubio.file = vamp-aubio-plugins.pro repoint.target = $$PWD/.repoint.point repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json repoint.commands = $$PWD/repoint install --directory $$PWD QMAKE_EXTRA_TARGETS += repoint PRE_TARGETDEPS += $$repoint.target CONFIG += ordered