diff sonic-visualiser.pro @ 1279:c6513cae4747 project-file-rework

Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
author Chris Cannam
date Mon, 24 Oct 2016 17:53:33 +0100
parents eb60f984c66c
children ac6db2ee1beb
line wrap: on
line diff
--- a/sonic-visualiser.pro	Mon Oct 24 10:52:51 2016 +0100
+++ b/sonic-visualiser.pro	Mon Oct 24 17:53:33 2016 +0100
@@ -1,20 +1,9 @@
+
 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 = \
+	sub_server \
+	sub_sv
 
 sub_server.file = server.pro
-
-svgui.depends = svcore
-svapp.depends = svcore svgui
-sub_sv.depends = svcore svgui svapp
+sub_sv.file = sv.pro