diff pyin.pro @ 2:b77ce402e5e5

Collect output plugins & metadata into out/
author Chris Cannam
date Wed, 13 Nov 2019 13:38:45 +0000
parents eaa4410df4cd
children 0d62a4f8946f
line wrap: on
line diff
--- a/pyin.pro	Wed Nov 13 11:51:17 2019 +0000
+++ b/pyin.pro	Wed Nov 13 13:38:45 2019 +0000
@@ -11,7 +11,7 @@
 CONFIG -= qt
 CONFIG += plugin no_plugin_name_prefix release warn_on
 
-TARGET = pyin
+TARGET = out/pyin
 
 OBJECTS_DIR = pyin/o
 
@@ -31,6 +31,9 @@
 macx* {
     LIBS += -exported_symbols_list $$PWD/pyin/vamp-plugin.list
 }
+!win* {
+    QMAKE_POST_LINK += cp pyin/pyin.* out/
+}
 
 SOURCES += \
     pyin/YinUtil.cpp \