diff options
author | Damian Jansen <damian.jansen@nokia.com> | 2011-10-05 03:50:08 (GMT) |
---|---|---|
committer | Damian Jansen <damian.jansen@nokia.com> | 2011-10-05 03:51:14 (GMT) |
commit | ed430f5b82df464e8c144bd809eb82f441c0197d (patch) | |
tree | 9d254d2080b8873eaff6091e136db1686ce8b3aa /tests/auto/qfileinfo/qfileinfo.pro | |
parent | 633e03367031ef6e36dddc27a85e7a5c05285d65 (diff) | |
download | Qt-ed430f5b82df464e8c144bd809eb82f441c0197d.zip Qt-ed430f5b82df464e8c144bd809eb82f441c0197d.tar.gz Qt-ed430f5b82df464e8c144bd809eb82f441c0197d.tar.bz2 |
Fix more test DEPLOYMENT statements for Symbian
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/qfileinfo/qfileinfo.pro')
-rw-r--r-- | tests/auto/qfileinfo/qfileinfo.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qfileinfo/qfileinfo.pro b/tests/auto/qfileinfo/qfileinfo.pro index 30656e2..8f04178 100644 --- a/tests/auto/qfileinfo/qfileinfo.pro +++ b/tests/auto/qfileinfo/qfileinfo.pro @@ -10,14 +10,14 @@ wince*:|symbian: { deploy.sources += qfileinfo.qrc tst_qfileinfo.cpp res.sources = resources\\file1 resources\\file1.ext1 resources\\file1.ext1.ext2 res.path = resources - DEPLOYMENT = deploy res + DEPLOYMENT += deploy res } symbian { TARGET.CAPABILITY=AllFiles LIBS *= -lefsrv INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE # Needed for e32svr.h in S^3 envs - } +} # support for running test from shadow build directory wince* { |