diff sonic-visualiser.pro @ 1304:6e47bd2263e2 piper

Merge from branch project-file-rework
author Chris Cannam
date Fri, 28 Oct 2016 15:19:12 +0100
parents 337617d1d50a
children f2ef4a7bdf16
line wrap: on
line diff
--- a/sonic-visualiser.pro	Tue Oct 25 11:02:03 2016 +0100
+++ b/sonic-visualiser.pro	Fri Oct 28 15:19:12 2016 +0100
@@ -1,20 +1,12 @@
+
 TEMPLATE = subdirs
-SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_server 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/base/test svcore/data/fileio/test svcore/data/model/test
-}
-
-sub_bq.file = bq.pro
-sub_sv.file = sv.pro
-
-sub_dataquay.file = dataquay/lib.pro
+SUBDIRS = \
+	checker \
+	sub_server \
+        sub_convert \
+	sub_sv
 
 sub_server.file = server.pro
-
-svgui.depends = svcore
-svapp.depends = svcore svgui
-sub_sv.depends = svcore svgui svapp
+sub_convert.file = convert.pro
+sub_sv.file = sv.pro