diff sonic-annotator.pro @ 85:dcd7abe066d5 with-dependencies

Win32 build fixes
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Thu, 09 May 2013 13:32:35 +0100
parents 0bbcca91a80e
children 382f33b7f00e
line wrap: on
line diff
--- a/sonic-annotator.pro	Thu May 09 11:01:12 2013 +0100
+++ b/sonic-annotator.pro	Thu May 09 13:32:35 2013 +0100
@@ -1,5 +1,12 @@
 TEMPLATE = subdirs
-SUBDIRS = sub_dataquay svcore svcore/data/fileio/test sub_runner
+SUBDIRS = sub_dataquay svcore sub_runner
+
+!win* {
+    # We should build and run the tests on any platform,
+    # but doing it automatically doesn't work so well from
+    # within an IDE on Windows, so remove that from here
+    SUBDIRS += svcore/data/fileio/test
+}
 
 sub_dataquay.file = dataquay/lib.pro