annotate vamp-plugin-pack.pro @ 69:6b2b4bcbe4e5

Console application, not app bundle
author Chris Cannam
date Thu, 13 Feb 2020 11:34:55 +0000
parents 85768d48e6ce
children
rev   line source
Chris@0 1
Chris@0 2 TEMPLATE = subdirs
Chris@0 3
Chris@0 4 SUBDIRS += \
Chris@51 5 sub_plugins \
Chris@66 6 sub_get_version \
Chris@31 7 sub_installer
Chris@0 8
Chris@51 9 sub_plugins.file = plugins.pro
Chris@66 10 sub_get_version.file = get-version.pro
Chris@31 11 sub_installer.file = installer.pro
Chris@0 12
Chris@0 13 repoint.target = $$PWD/.repoint.point
Chris@0 14 repoint.depends = $$PWD/repoint-project.json $$PWD/repoint-lock.json
Chris@0 15 repoint.commands = $$PWD/repoint install --directory $$PWD
Chris@0 16
Chris@0 17 QMAKE_EXTRA_TARGETS += repoint
Chris@0 18 PRE_TARGETDEPS += $$repoint.target
Chris@0 19
Chris@0 20 CONFIG += ordered