[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3486: We need to include the QtSvg dll in the Windows installer fo (vidalia/trunk/pkg/win32)



Author: edmanm
Date: 2009-01-30 23:32:04 -0500 (Fri, 30 Jan 2009)
New Revision: 3486

Modified:
   vidalia/trunk/pkg/win32/vidalia.wxs.in
Log:

We need to include the QtSvg dll in the Windows installer for an avec
Marble Vidalia. (If there is an equivalent of #ifdef for Wix, that would
come in handy here.)


Modified: vidalia/trunk/pkg/win32/vidalia.wxs.in
===================================================================
--- vidalia/trunk/pkg/win32/vidalia.wxs.in	2009-01-31 04:22:30 UTC (rev 3485)
+++ vidalia/trunk/pkg/win32/vidalia.wxs.in	2009-01-31 04:32:04 UTC (rev 3486)
@@ -78,6 +78,8 @@
               Name="QtNetwork4.dll" Source="@QT_BINARY_DIR@\QtNetwork4.dll" />
         <File Id="QtXml4Dll" DiskId="1"
               Name="QtXml4.dll" Source="@QT_BINARY_DIR@\QtXml4.dll" />
+        <File Id="QtSvg4Dll" DiskId="1"
+              Name="QtSvg4.dll" Source="@QT_BINARY_DIR@\QtSvg4.dll" />
       </Component>
 
       <!-- MinGW-related library files -->