diff sonic-visualiser.pro @ 1282:5b4f4de87892 piper

Merge
author Chris Cannam
date Tue, 25 Oct 2016 11:02:03 +0100
parents eb60f984c66c
children c6513cae4747
line wrap: on
line diff
--- a/sonic-visualiser.pro	Tue Oct 25 10:53:12 2016 +0100
+++ b/sonic-visualiser.pro	Tue Oct 25 11:02:03 2016 +0100
@@ -1,5 +1,5 @@
 TEMPLATE = subdirs
-SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_sv 
+SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_server sub_sv
 
 !win* {
     # We should build and run the tests on any platform,
@@ -13,6 +13,8 @@
 
 sub_dataquay.file = dataquay/lib.pro
 
+sub_server.file = server.pro
+
 svgui.depends = svcore
 svapp.depends = svcore svgui
 sub_sv.depends = svcore svgui svapp