comparison sonic-visualiser.pro @ 539:bf1c6e2b8791 with-dependencies

Windows build fixes -- to review
author Chris Cannam
date Wed, 27 Mar 2013 17:23:05 +0000
parents 8d0d4ae4b592
children 96a0e169b70f
comparison
equal deleted inserted replaced
538:0b32e4b13c8c 539:bf1c6e2b8791
1 TEMPLATE = subdirs 1 TEMPLATE = subdirs
2 SUBDIRS = dataquay_lib svcore svgui svapp sub_sv svcore/data/fileio/test 2 SUBDIRS = dataquay_lib 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 SUBDIRS += svcore/data/fileio/test
9 }
3 10
4 dataquay_lib.file = dataquay/lib.pro 11 dataquay_lib.file = dataquay/lib.pro
5 12
6 sub_sv.file = sv.pro 13 sub_sv.file = sv.pro
7 14