diff sonic-annotator.pro @ 86:318e2f177ed5

Win32 build fixes
author Chris Cannam
date Thu, 09 May 2013 13:41:03 +0100
parents 0bbcca91a80e
children 382f33b7f00e
line wrap: on
line diff
--- a/sonic-annotator.pro	Thu May 09 10:34:52 2013 +0100
+++ b/sonic-annotator.pro	Thu May 09 13:41:03 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