changeset 1716:021556fcd30b

Remove hardcoded application name - this shouldn't be necessary now we're no longer doing a shadow build
author Chris Cannam
date Fri, 17 May 2019 12:35:06 +0100
parents 9ec3f123f1fb
children 417528c41e66
files data/fileio/test/svcore-data-fileio-test.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);