diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2014-06-06 21:33:30 +0000 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2014-06-06 21:33:30 +0000 |
commit | f3a037f8ad520b7b070fdd057ce2d0b012121efd (patch) | |
tree | 635df3766b75cf1254c55c7443e9cb760bb0e0c5 /indra/newview | |
parent | 5429cec9e9139a207ca5bab5ff3e8f8bcc140cef (diff) | |
parent | 2ccbef39a69a0b7aeacff7d99eaa757be51d6a77 (diff) |
Merge. Bring manifest work together with bug fix work.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 2c173d9aaa..926a6d1a08 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1174,7 +1174,9 @@ class Linux_i686_Manifest(LinuxManifest): self.path("libQtGui.so*") self.path("libQtNetwork.so*") self.path("libQtOpenGL.so*") + self.path("libQtSvg.so*") self.path("libQtWebKit.so*") + self.path("libQtXml.so*") self.end_prefix("lib") # For WebKit/Qt plugin runtimes (image format plugins) |