aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-11-29 15:12:40 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-12-05 11:23:19 +0100
commitabb499afaf5b3c2339980fefa5f82fd9239881f2 (patch)
tree8f1beff40674ba0282f409b8a743c32cd2f4ee05 /tests/auto/api/tst_api.h
parenta9ad6ffc6e6e51e9c3b398818a2376ae9ecf5bda (diff)
Allow directories in "references" properties.
Such a construct will work if the given directory contains exactly one project file, identified by the ".qbs" extension. This saves annoying redundancies of the form "references: 'mysubproject/mysubproject.qbs'". Change-Id: Ief0f52f788189b7fb2e4764b692159b570fe444c Task-number: QBS-454 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 ffeff6922..f240dca2e 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -54,6 +54,7 @@ private slots:
void listBuildSystemFiles();
void nonexistingProjectPropertyFromProduct();
void nonexistingProjectPropertyFromCommandLine();
+ void references();
private:
qbs::SetupProjectParameters defaultSetupParameters() const;