diff options
author | Adrian Constantin <adrian.constantin@nokia.com> | 2011-01-05 12:31:10 (GMT) |
---|---|---|
committer | Adrian Constantin <adrian.constantin@nokia.com> | 2011-01-19 10:13:23 (GMT) |
commit | b075603792ad90a55e0b23817d15f428e078a96e (patch) | |
tree | 5e7fe7c7e3beba33d625fbd73841c0d7125056b2 | |
parent | bf7c6ee466d93db7d5af027d5ab503998f8ebf6f (diff) | |
download | Qt-b075603792ad90a55e0b23817d15f428e078a96e.zip Qt-b075603792ad90a55e0b23817d15f428e078a96e.tar.gz Qt-b075603792ad90a55e0b23817d15f428e078a96e.tar.bz2 |
Add the test data to the INSTALLS target
Reviewed-by: Lucian Varlan
-rw-r--r-- | tests/auto/qlayout/qlayout.pro | 4 |
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 } |