summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAdrian Constantin <adrian.constantin@nokia.com>2011-01-05 12:31:10 (GMT)
committerAdrian Constantin <adrian.constantin@nokia.com>2011-01-19 10:13:23 (GMT)
commitb075603792ad90a55e0b23817d15f428e078a96e (patch)
tree5e7fe7c7e3beba33d625fbd73841c0d7125056b2 /tests/auto
parentbf7c6ee466d93db7d5af027d5ab503998f8ebf6f (diff)
downloadQt-b075603792ad90a55e0b23817d15f428e078a96e.zip
Qt-b075603792ad90a55e0b23817d15f428e078a96e.tar.gz
Qt-b075603792ad90a55e0b23817d15f428e078a96e.tar.bz2
Add the test data to the INSTALLS target
Reviewed-by: Lucian Varlan
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qlayout/qlayout.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qlayout/qlayout.pro b/tests/auto/qlayout/qlayout.pro
index c99f1d9..08727e5 100644
--- a/tests/auto/qlayout/qlayout.pro
+++ b/tests/auto/qlayout/qlayout.pro
@@ -10,5 +10,9 @@ wince*|symbian: {
addFiles.sources = baseline
addFiles.path = .
DEPLOYMENT += addFiles
+} else {
+ test_data.files = baseline/*
+ test_data.path = $${target.path}/baseline
+ INSTALLS += test_data
}