diff --git a/src/plugins/projectexplorer/abi.cpp b/src/plugins/projectexplorer/abi.cpp index 4fdfa47d872..b1d7574bccc 100644 --- a/src/plugins/projectexplorer/abi.cpp +++ b/src/plugins/projectexplorer/abi.cpp @@ -1282,6 +1282,7 @@ void ProjectExplorer::ProjectExplorerPlugin::testAbiOfBinary_data() << QString::fromLatin1("/does/not/exist") << (QStringList()); + // Clone test data from: https://git.qt.io/chstenge/creator-test-data // Set up prefix for test data now that we can be sure to have some tests to run: QString prefix = QString::fromLocal8Bit(qgetenv("QTC_TEST_EXTRADATALOCATION")); if (prefix.isEmpty()) diff --git a/src/plugins/valgrind/valgrindmemcheckparsertest.cpp b/src/plugins/valgrind/valgrindmemcheckparsertest.cpp index f381650b8e3..f99082f25d7 100644 --- a/src/plugins/valgrind/valgrindmemcheckparsertest.cpp +++ b/src/plugins/valgrind/valgrindmemcheckparsertest.cpp @@ -114,6 +114,7 @@ static QString dataFile(const QString &file) static QString extraDataFile(const QString &file) { + // Clone test data from: https://git.qt.io/chstenge/creator-test-data static QString prefix = QString::fromLocal8Bit(qgetenv("QTC_TEST_EXTRADATALOCATION")); if (prefix.isEmpty()) return QString();