aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/imports/QtcAutotest.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-07-16 17:13:41 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-17 13:08:30 +0200
commit01addecb8de0469cd97b55efaf7b1bb6b19b48cb (patch)
tree3b8c70908f3d6357d29de47e1e24e41fe6e2fe9f /qbs/imports/QtcAutotest.qbs
parent0c00f44a2d1683926f72a6fcd5eba63f3ed9db8b (diff)
qbs build: Get rid of CopyTransformer.
That item was using a directory as an output artifact, which was only working by accident and often caused warning messages about failure to remove files. Use a proper module instead, which is the nicer solution anyway. Change-Id: Ib75a0ce26a24c78eb5421367995a8fc72f6a3c2a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qbs/imports/QtcAutotest.qbs')
-rw-r--r--qbs/imports/QtcAutotest.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/imports/QtcAutotest.qbs b/qbs/imports/QtcAutotest.qbs
index 376c2f91c6..0bd37a905b 100644
--- a/qbs/imports/QtcAutotest.qbs
+++ b/qbs/imports/QtcAutotest.qbs
@@ -5,6 +5,7 @@ import QtcProduct
QtcProduct {
type: "application"
Depends { name: "Qt.test" }
+ Depends { name: "copyable_resource" }
targetName: "tst_" + name.split(' ').join("")
// This needs to be absolute, because it is passed to one of the source files.