aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-01-27 17:09:18 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-27 17:17:05 +0100
commit11212b4f40381e2a60a7339cfa0282b33e84e2d9 (patch)
treecb2013f5a2b469cbfb1e9e8d9f9bc7f02a0042be /tests/auto/api/tst_api.h
parentf98fb6e827d777dd0c5e7c52249aaa452e3bae8e (diff)
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 <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h1
1 files changed, 1 insertions, 0 deletions
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;