diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-16 15:28:27 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-16 15:28:27 -0500 |
commit | 12ad3e8fee8220b30a4cdb663dbaf05dc6819baa (patch) | |
tree | 56a07e8abf37aeab85a54e6abf6969de7d8e0936 | |
parent | 2541072b0639c1ada7c6cb7efa8876edc250edc9 (diff) | |
parent | ed3bcac5dd7a2dedb8b908f698d14c3e51083350 (diff) |
viewer2.0->viewer2.0 merge
-rwxr-xr-x | indra/newview/viewer_manifest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index db2100b6bb..fafcbcc970 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -341,10 +341,11 @@ class WindowsManifest(ViewerManifest): self.path("qtnetworkd4.dll") self.path("qtopengld4.dll") self.path("qtwebkitd4.dll") + self.path("qtxmlpatternsd4.dll") self.path("ssleay32.dll") # For WebKit/Qt plugin runtimes (image format plugins) - if self.prefix(src="imageformats", dst="llplugin/imageformats"): + if self.prefix(src="imageformats", dst="llplugin/imageformats"): self.path("qgifd4.dll") self.path("qicod4.dll") self.path("qjpegd4.dll") |