From 11212b4f40381e2a60a7339cfa0282b33e84e2d9 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 27 Jan 2014 17:09:18 +0100 Subject: Do not match files in build directories as source files. This can currently happen if the user builds in the source dir and uses recursive wildcards. Change-Id: I5f3be03313640af046478ca55a381f14605176d4 Reviewed-by: Joerg Bornemann --- tests/auto/api/tst_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/api/tst_api.h') diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h index bc40ad0da..4f2ce62f9 100644 --- a/tests/auto/api/tst_api.h +++ b/tests/auto/api/tst_api.h @@ -55,6 +55,7 @@ private slots: void nonexistingProjectPropertyFromProduct(); void nonexistingProjectPropertyFromCommandLine(); void references(); + void sourceFileInBuildDir(); private: qbs::SetupProjectParameters defaultSetupParameters() const; -- cgit v1.2.3