comparison base.pri @ 1725:28302e07f851 vext

Rebuild capnp-generated files using sv-dependency-builds version of capnp tools on OSX. This would be better refactored into config and noconfig alternatives.
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Jul 2017 10:37:26 +0100
parents 3505d9536367
children 580edea2489c
comparison
equal deleted inserted replaced
1724:e4352ff029cf 1725:28302e07f851
66 66
67 SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp 67 SOURCES += piper-cpp/vamp-capnp/piper-capnp.cpp
68 68
69 capnpc.target = piper-cpp/vamp-capnp/piper-capnp.h 69 capnpc.target = piper-cpp/vamp-capnp/piper-capnp.h
70 capnpc.depends = piper/capnp/piper.capnp 70 capnpc.depends = piper/capnp/piper.capnp
71 capnpc.commands = capnpc --src-prefix=piper/capnp -oc++:piper-cpp/vamp-capnp $$capnpc.depends 71
72 capnpc.commands = capnp compile --src-prefix=piper/capnp -oc++:piper-cpp/vamp-capnp $$capnpc.depends
73
74 macx* {
75 capnpc.commands=./sv-dependency-builds/osx/bin/capnp -Isv-dependency-builds/osx/include compile --src-prefix=piper/capnp -osv-dependency-builds/osx/bin/capnpc-c++:piper-cpp/vamp-capnp $$capnpc.depends
76 }
72 77
73 QMAKE_EXTRA_TARGETS += capnpc 78 QMAKE_EXTRA_TARGETS += capnpc
74 PRE_TARGETDEPS += $$capnpc.target 79 PRE_TARGETDEPS += $$capnpc.target