summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlayout/qlayout.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlayout/qlayout.pro')
-rw-r--r--tests/auto/qlayout/qlayout.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qlayout/qlayout.pro b/tests/auto/qlayout/qlayout.pro
index dfa8584..bb1ae4a 100644
--- a/tests/auto/qlayout/qlayout.pro
+++ b/tests/auto/qlayout/qlayout.pro
@@ -10,5 +10,11 @@ wince*|symbian: {
addFiles.files = baseline
addFiles.path = .
DEPLOYMENT += addFiles
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+ test_data.files = baseline/*
+ test_data.path = $${target.path}/baseline
+ INSTALLS += test_data
}