summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpluginloader
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2009-08-06 16:56:41 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2009-08-07 09:33:37 +0200
commitcfa7d8608283a012887e7ecbe42c50ff56cc153e (patch)
treeaadedc113c7df58d8e0a7eeebd1eeb9586903ff4 /tests/auto/qpluginloader
parent01f6bb95151f1852020aa7b149f33c49c1229a39 (diff)
Fixing deployment for shadow builds on Windows CE
Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/qpluginloader')
-rw-r--r--tests/auto/qpluginloader/tst/tst.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpluginloader/tst/tst.pro b/tests/auto/qpluginloader/tst/tst.pro
index 5331f09d0c..28f74d4d48 100644
--- a/tests/auto/qpluginloader/tst/tst.pro
+++ b/tests/auto/qpluginloader/tst/tst.pro
@@ -13,7 +13,7 @@ win32 {
wince*: {
- addFiles.sources = ../bin/*.dll
+ addFiles.sources = $$OUT_PWD/../bin/*.dll
addFiles.path = bin
DEPLOYMENT += addFiles
}