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/qhttp | |
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/qhttp')
-rw-r--r-- | tests/auto/qhttp/qhttp.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qhttp/qhttp.pro b/tests/auto/qhttp/qhttp.pro index c0be518..b7b78f1 100644 --- a/tests/auto/qhttp/qhttp.pro +++ b/tests/auto/qhttp/qhttp.pro @@ -11,7 +11,7 @@ wince*: { cgi.path = webserver/cgi-bin addFiles.sources = rfc3252.txt trolltech addFiles.path = . - DEPLOYMENT = addFiles webFiles cgi + DEPLOYMENT += addFiles webFiles cgi DEFINES += SRCDIR=\\\"\\\" } else:symbian { webFiles.sources = webserver/* @@ -20,7 +20,7 @@ wince*: { cgi.path = webserver/cgi-bin addFiles.sources = rfc3252.txt trolltech addFiles.path = . - DEPLOYMENT = addFiles webFiles cgi + DEPLOYMENT += addFiles webFiles cgi TARGET.CAPABILITY = NetworkServices } else:vxworks*: { DEFINES += SRCDIR=\\\"\\\" |