comparison sonic-visualiser.pro @ 640:6d8a76bd91a7

Win build fixes from with-dependencies branch
author Chris Cannam
date Tue, 05 Nov 2013 11:11:01 +0000
parents 0757db4b5d10
children e6faa02020f0
comparison
equal deleted inserted replaced
639:85834f881360 640:6d8a76bd91a7
1 TEMPLATE = subdirs 1 TEMPLATE = subdirs
2 SUBDIRS = sub_dataquay svcore svgui svapp sub_sv #svcore/data/fileio/test 2 SUBDIRS = sub_dataquay svcore svgui svapp sub_sv
3
4 !win* {
5 # We should build and run the tests on any platform,
6 # but doing it automatically doesn't work so well from
7 # within an IDE on Windows, so remove that from here
8 svcore/data/fileio/test
9 }
3 10
4 sub_sv.file = sv.pro 11 sub_sv.file = sv.pro
5 12
6 sub_dataquay.file = dataquay/lib.pro 13 sub_dataquay.file = dataquay/lib.pro
7 14