diff --git a/tests/auto/valgrind/memcheck/testapps/testapp.qbs b/tests/auto/valgrind/memcheck/testapps/testapp.qbs index b0ddd804234..fcbac27d856 100644 --- a/tests/auto/valgrind/memcheck/testapps/testapp.qbs +++ b/tests/auto/valgrind/memcheck/testapps/testapp.qbs @@ -3,7 +3,6 @@ import "../../../autotest.qbs" as Autotest Autotest { name: "Memcheck " + testName + " autotest" - condition: !qbs.targetOS.contains("windows") targetName: testName // Test runner hardcodes the names of the executables destinationDirectory: buildDirectory + '/' + project.ide_bin_path + '/testapps/' + testName files: "main.cpp" diff --git a/tests/auto/valgrind/valgrind.qbs b/tests/auto/valgrind/valgrind.qbs index 23b7e2cdbbf..af50a1e8893 100644 --- a/tests/auto/valgrind/valgrind.qbs +++ b/tests/auto/valgrind/valgrind.qbs @@ -2,6 +2,7 @@ import qbs Project { name: "Valgrind autotests" + condition: !qbs.targetOS.contains("windows") references: [ "callgrind/callgrind.qbs", "memcheck/memcheck.qbs"