diff sonic-visualiser.pro @ 1278:eb60f984c66c piper

Server project file
author Chris Cannam
date Mon, 24 Oct 2016 10:52:51 +0100
parents 29c6a7cb114e
children c6513cae4747
line wrap: on
line diff
--- a/sonic-visualiser.pro	Thu Oct 20 18:35:09 2016 +0100
+++ b/sonic-visualiser.pro	Mon Oct 24 10:52:51 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