comparison 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
comparison
equal deleted inserted replaced
1278:eb60f984c66c 1279:c6513cae4747
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 sub_server \
6 # but doing it automatically doesn't work so well from 6 sub_sv
7 # within an IDE on Windows, so remove that from here
8 SUBDIRS += svcore/base/test svcore/data/fileio/test svcore/data/model/test
9 }
10
11 sub_bq.file = bq.pro
12 sub_sv.file = sv.pro
13
14 sub_dataquay.file = dataquay/lib.pro
15 7
16 sub_server.file = server.pro 8 sub_server.file = server.pro
17 9 sub_sv.file = sv.pro
18 svgui.depends = svcore
19 svapp.depends = svcore svgui
20 sub_sv.depends = svcore svgui svapp