comparison 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
comparison
equal deleted inserted replaced
1272:cbb241e91426 1278:eb60f984c66c
1 TEMPLATE = subdirs 1 TEMPLATE = subdirs
2 SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_sv 2 SUBDIRS = sub_bq sub_dataquay svcore svgui svapp checker sub_server sub_sv
3 3
4 !win* { 4 !win* {
5 # We should build and run the tests on any platform, 5 # We should build and run the tests on any platform,
6 # but doing it automatically doesn't work so well from 6 # but doing it automatically doesn't work so well from
7 # within an IDE on Windows, so remove that from here 7 # within an IDE on Windows, so remove that from here
11 sub_bq.file = bq.pro 11 sub_bq.file = bq.pro
12 sub_sv.file = sv.pro 12 sub_sv.file = sv.pro
13 13
14 sub_dataquay.file = dataquay/lib.pro 14 sub_dataquay.file = dataquay/lib.pro
15 15
16 sub_server.file = server.pro
17
16 svgui.depends = svcore 18 svgui.depends = svcore
17 svapp.depends = svcore svgui 19 svapp.depends = svcore svgui
18 sub_sv.depends = svcore svgui svapp 20 sub_sv.depends = svcore svgui svapp