# HG changeset patch # User Chris Cannam # Date 1383649861 0 # Node ID 6d8a76bd91a7be129742b0e1c73a8432bf3cbe46 # Parent 85834f881360e0175bd311876bafcc5e1b093046 Win build fixes from with-dependencies branch diff -r 85834f881360 -r 6d8a76bd91a7 main/main.cpp --- a/main/main.cpp Tue Nov 05 11:07:55 2013 +0000 +++ b/main/main.cpp Tue Nov 05 11:11:01 2013 +0000 @@ -257,7 +257,7 @@ signal(SIGINT, signalHandler); signal(SIGTERM, signalHandler); -#ifndef Q_WS_WIN32 +#ifndef Q_OS_WIN32 signal(SIGHUP, signalHandler); signal(SIGQUIT, signalHandler); #endif diff -r 85834f881360 -r 6d8a76bd91a7 sonic-visualiser.pro --- a/sonic-visualiser.pro Tue Nov 05 11:07:55 2013 +0000 +++ b/sonic-visualiser.pro Tue Nov 05 11:11:01 2013 +0000 @@ -1,5 +1,12 @@ TEMPLATE = subdirs -SUBDIRS = sub_dataquay svcore svgui svapp sub_sv #svcore/data/fileio/test +SUBDIRS = sub_dataquay svcore svgui svapp sub_sv + +!win* { + # We should build and run the tests on any platform, + # but doing it automatically doesn't work so well from + # within an IDE on Windows, so remove that from here + svcore/data/fileio/test +} sub_sv.file = sv.pro