diff options
author | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2009-08-06 14:56:41 (GMT) |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2009-08-07 07:33:37 (GMT) |
commit | cfa7d8608283a012887e7ecbe42c50ff56cc153e (patch) | |
tree | aadedc113c7df58d8e0a7eeebd1eeb9586903ff4 | |
parent | 01f6bb95151f1852020aa7b149f33c49c1229a39 (diff) | |
download | Qt-cfa7d8608283a012887e7ecbe42c50ff56cc153e.zip Qt-cfa7d8608283a012887e7ecbe42c50ff56cc153e.tar.gz Qt-cfa7d8608283a012887e7ecbe42c50ff56cc153e.tar.bz2 |
Fixing deployment for shadow builds on Windows CE
Reviewed-by: Joerg
-rw-r--r-- | tests/auto/qpluginloader/tst/tst.pro | 2 | ||||
-rw-r--r-- | tests/auto/windowsmobile/test/test.pro | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/qpluginloader/tst/tst.pro b/tests/auto/qpluginloader/tst/tst.pro index 5331f09..28f74d4 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 } diff --git a/tests/auto/windowsmobile/test/test.pro b/tests/auto/windowsmobile/test/test.pro index 2420bf1..b7f65a9 100644 --- a/tests/auto/windowsmobile/test/test.pro +++ b/tests/auto/windowsmobile/test/test.pro @@ -8,8 +8,7 @@ RESOURCES += windowsmobile.qrc TARGET = tst_windowsmobile wincewm*: { - addFiles.sources = \ - ../testQMenuBar/*.exe + addFiles.sources = $$OUT_PWD/../testQMenuBar/*.exe addFiles.path = "\Program Files\tst_windowsmobile" |