diff sonic-visualiser.pro @ 539:bf1c6e2b8791 with-dependencies

Windows build fixes -- to review
author Chris Cannam
date Wed, 27 Mar 2013 17:23:05 +0000
parents 8d0d4ae4b592
children 96a0e169b70f
line wrap: on
line diff
--- a/sonic-visualiser.pro	Wed Mar 27 16:56:39 2013 +0000
+++ b/sonic-visualiser.pro	Wed Mar 27 17:23:05 2013 +0000
@@ -1,5 +1,12 @@
 TEMPLATE = subdirs
-SUBDIRS = dataquay_lib svcore svgui svapp sub_sv svcore/data/fileio/test
+SUBDIRS = dataquay_lib svcore svgui svapp sub_sv
+
+!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
+}
 
 dataquay_lib.file = dataquay/lib.pro