diff tuning-difference.pro @ 113:732a4bf233df

Fixes for static Windows build. In particular, plugins (which are not static) need to be built with "dll" target instead of "plugin" target
author Chris Cannam
date Fri, 06 Mar 2020 12:11:00 +0000
parents f24d8a6f1e49
children 2405126aa5fe
line wrap: on
line diff
--- a/tuning-difference.pro	Fri Mar 06 11:47:15 2020 +0000
+++ b/tuning-difference.pro	Fri Mar 06 12:11:00 2020 +0000
@@ -9,7 +9,7 @@
 }
 
 CONFIG -= qt
-CONFIG += plugin no_plugin_name_prefix release warn_on
+CONFIG += dll no_plugin_name_prefix release warn_on
 
 TARGET = out/tuning-difference