From 99626354e858db12bba14b44db4568cad6e5b1df Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sun, 31 Oct 2010 14:47:04 -0700 Subject: Added missing qtxmlpatterns4.dll to CopyWinLibs.cmake --- linden/indra/cmake/CopyWinLibs.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linden/indra') diff --git a/linden/indra/cmake/CopyWinLibs.cmake b/linden/indra/cmake/CopyWinLibs.cmake index 44d35ed..a091a31 100644 --- a/linden/indra/cmake/CopyWinLibs.cmake +++ b/linden/indra/cmake/CopyWinLibs.cmake @@ -48,6 +48,7 @@ set(plugintest_debug_files qtnetworkd4.dll qtopengld4.dll qtwebkitd4.dll + qtxmlpatternsd4.dll ssleay32.dll ) copy_if_different( @@ -93,6 +94,7 @@ set(plugintest_release_files qtnetwork4.dll qtopengl4.dll qtwebkit4.dll + qtxmlpatterns4.dll ssleay32.dll ) copy_if_different( @@ -162,6 +164,7 @@ set(plugins_debug_files qtnetworkd4.dll qtopengld4.dll qtwebkitd4.dll + qtxmlpatternsd4.dll ssleay32.dll ) copy_if_different( @@ -181,6 +184,7 @@ set(plugins_release_files qtnetwork4.dll qtopengl4.dll qtwebkit4.dll + qtxmlpatterns4.dll ssleay32.dll ) copy_if_different( -- cgit v1.1