# HG changeset patch # User Chris Cannam # Date 1558092906 -3600 # Node ID 021556fcd30b0ceda05f256e7efbdee6b7b07487 # Parent 9ec3f123f1fbe27e69d035a2f3761efc405f1e96 Remove hardcoded application name - this shouldn't be necessary now we're no longer doing a shadow build diff -r 9ec3f123f1fb -r 021556fcd30b data/fileio/test/svcore-data-fileio-test.cpp --- a/data/fileio/test/svcore-data-fileio-test.cpp Fri May 17 11:53:43 2019 +0100 +++ b/data/fileio/test/svcore-data-fileio-test.cpp Fri May 17 12:35:06 2019 +0100 @@ -37,7 +37,7 @@ #ifdef Q_OS_WIN // incredible to have to hardcode this, but I just can't figure out how to // get QMAKE_POST_LINK to add an arg to its command successfully on Windows - testDir = "../sonic-visualiser/svcore/data/fileio/test"; + testDir = "svcore/data/fileio/test"; #endif QCoreApplication app(argc, argv);