aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-08-20 17:12:02 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-08-21 17:36:23 +0200
commitd1bbb4180f24f70d8a3823d1774bae2828077c18 (patch)
treeb46bbfb2b55c3d6728b68bbc5f7cb1ae8560ce0f /tests/auto/auto.qbs
parent38a3026d5cb7d81397192865d1d8b6acb7fe67a8 (diff)
API: Add ability to retrieve the list of files to be installed.
This sort of information is something an IDE would like to show. Change-Id: I2284f3e36c7ed90a880b1df9027a976b2ce7fb63 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/auto.qbs')
-rw-r--r--tests/auto/auto.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.qbs b/tests/auto/auto.qbs
index 63e75c791..5e09463f4 100644
--- a/tests/auto/auto.qbs
+++ b/tests/auto/auto.qbs
@@ -3,6 +3,7 @@ import qbs
Project {
name: "Autotests"
references: [
+ "api/api.qbs",
"blackbox/blackbox.qbs",
"cmdlineparser/cmdlineparser.qbs"
].concat(unitTests)