Mercurial > hg > vamp-plugin-pack
comparison segmentino.pro @ 39:f24d8a6f1e49
Windows/MSVC fixes
author | Chris Cannam |
---|---|
date | Wed, 18 Dec 2019 16:53:08 +0000 |
parents | 28b1dd4ee370 |
children | 732a4bf233df |
comparison
equal
deleted
inserted
replaced
38:3466e0d1393c | 39:f24d8a6f1e49 |
---|---|
33 } | 33 } |
34 macx* { | 34 macx* { |
35 LIBS += -exported_symbols_list $$PWD/segmentino/segmentino/vamp-plugin.list | 35 LIBS += -exported_symbols_list $$PWD/segmentino/segmentino/vamp-plugin.list |
36 } | 36 } |
37 | 37 |
38 QMAKE_POST_LINK += $$DEPLOYDIR/mark-for-signing $$PWD/out | 38 QMAKE_POST_LINK += $$DEPLOYDIR/mark-for-signing out |
39 | 39 |
40 !win* { | 40 !win* { |
41 QMAKE_POST_LINK += && \ | 41 QMAKE_POST_LINK += && \ |
42 cp segmentino/segmentino.cat segmentino/segmentino.n3 out/ && \ | 42 cp segmentino/segmentino.cat segmentino/segmentino.n3 out/ && \ |
43 cp segmentino/CITATION out/segmentino_CITATION.txt && \ | 43 cp segmentino/CITATION out/segmentino_CITATION.txt && \ |