diff tuning-difference.pro @ 2:b77ce402e5e5

Collect output plugins & metadata into out/
author Chris Cannam
date Wed, 13 Nov 2019 13:38:45 +0000
parents eaa4410df4cd
children 579943235728
line wrap: on
line diff
--- a/tuning-difference.pro	Wed Nov 13 11:51:17 2019 +0000
+++ b/tuning-difference.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 = tuning-difference
+TARGET = out/tuning-difference
 
 OBJECTS_DIR = tuning-difference/o
 
@@ -33,6 +33,9 @@
 macx* {
     LIBS += -exported_symbols_list $$PWD/tuning-difference/vamp-plugin.list
 }
+!win* {
+    QMAKE_POST_LINK += cp tuning-difference/tuning-difference.cat tuning-difference/tuning-difference.n3 out/
+}
 
 SOURCES += \
     constant-q-cpp/src/CQKernel.cpp \