comparison data/fileio/test/svcore-data-fileio-test.cpp @ 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 83cb6e9d769b
children 2654bf447a84
comparison
equal deleted inserted replaced
1715:9ec3f123f1fb 1716:021556fcd30b
35 QString testDir; 35 QString testDir;
36 36
37 #ifdef Q_OS_WIN 37 #ifdef Q_OS_WIN
38 // incredible to have to hardcode this, but I just can't figure out how to 38 // incredible to have to hardcode this, but I just can't figure out how to
39 // get QMAKE_POST_LINK to add an arg to its command successfully on Windows 39 // get QMAKE_POST_LINK to add an arg to its command successfully on Windows
40 testDir = "../sonic-visualiser/svcore/data/fileio/test"; 40 testDir = "svcore/data/fileio/test";
41 #endif 41 #endif
42 42
43 QCoreApplication app(argc, argv); 43 QCoreApplication app(argc, argv);
44 app.setOrganizationName("sonic-visualiser"); 44 app.setOrganizationName("sonic-visualiser");
45 app.setApplicationName("test-svcore-data-fileio"); 45 app.setApplicationName("test-svcore-data-fileio");