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