aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-10-31 14:47:04 -0700
committerMcCabe Maxsted2010-11-02 16:49:57 -0700
commit99626354e858db12bba14b44db4568cad6e5b1df (patch)
treeccba7ef7e6d87a77ec4d088f32cd0ec4213f764a /linden/indra
parentAdd headers from libdbus-1-dev_1.2.1-5+lenny1_i386.deb to dbusglib linux 32 b... (diff)
downloadmeta-impy-99626354e858db12bba14b44db4568cad6e5b1df.zip
meta-impy-99626354e858db12bba14b44db4568cad6e5b1df.tar.gz
meta-impy-99626354e858db12bba14b44db4568cad6e5b1df.tar.bz2
meta-impy-99626354e858db12bba14b44db4568cad6e5b1df.tar.xz
Added missing qtxmlpatterns4.dll to CopyWinLibs.cmake
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/cmake/CopyWinLibs.cmake4
1 files changed, 4 insertions, 0 deletions
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
48 qtnetworkd4.dll 48 qtnetworkd4.dll
49 qtopengld4.dll 49 qtopengld4.dll
50 qtwebkitd4.dll 50 qtwebkitd4.dll
51 qtxmlpatternsd4.dll
51 ssleay32.dll 52 ssleay32.dll
52 ) 53 )
53copy_if_different( 54copy_if_different(
@@ -93,6 +94,7 @@ set(plugintest_release_files
93 qtnetwork4.dll 94 qtnetwork4.dll
94 qtopengl4.dll 95 qtopengl4.dll
95 qtwebkit4.dll 96 qtwebkit4.dll
97 qtxmlpatterns4.dll
96 ssleay32.dll 98 ssleay32.dll
97 ) 99 )
98copy_if_different( 100copy_if_different(
@@ -162,6 +164,7 @@ set(plugins_debug_files
162 qtnetworkd4.dll 164 qtnetworkd4.dll
163 qtopengld4.dll 165 qtopengld4.dll
164 qtwebkitd4.dll 166 qtwebkitd4.dll
167 qtxmlpatternsd4.dll
165 ssleay32.dll 168 ssleay32.dll
166 ) 169 )
167copy_if_different( 170copy_if_different(
@@ -181,6 +184,7 @@ set(plugins_release_files
181 qtnetwork4.dll 184 qtnetwork4.dll
182 qtopengl4.dll 185 qtopengl4.dll
183 qtwebkit4.dll 186 qtwebkit4.dll
187 qtxmlpatterns4.dll
184 ssleay32.dll 188 ssleay32.dll
185 ) 189 )
186copy_if_different( 190copy_if_different(