view vamp-plugin-pack.pro @ 129:afd72eb2b0aa tip

Added tag v1.0-windows-32bit for changeset 7d5387c63447
author Chris Cannam
date Fri, 12 Jun 2020 17:20:52 +0100
parents 85768d48e6ce
children
line wrap: on
line source

TEMPLATE = subdirs

SUBDIRS += \
        sub_plugins \
        sub_get_version \
        sub_installer

sub_plugins.file = plugins.pro
sub_get_version.file = get-version.pro
sub_installer.file = installer.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