diff --git a/windows/YATE.sln b/windows/YATE.sln index cb46a04f..ff097302 100644 --- a/windows/YATE.sln +++ b/windows/YATE.sln @@ -33,6 +33,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Libyate", "Libyate.vcproj", EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Modules", "Modules.vcproj", "{BE362993-354F-4315-B878-05E952E1D164}" ProjectSection(ProjectDependencies) = postProject + {8C7E6907-5ACC-4143-B502-D610E5EB619B} = {8C7E6907-5ACC-4143-B502-D610E5EB619B} + {F08AB2E8-BCA0-3F54-1234-91B45A30441C} = {F08AB2E8-BCA0-3F54-1234-91B45A30441C} {04DFB3FD-048D-4841-94DD-B78005800E59} = {04DFB3FD-048D-4841-94DD-B78005800E59} {C296BBF2-AD56-4249-AEF6-C04B03131474} = {C296BBF2-AD56-4249-AEF6-C04B03131474} {2BA805ED-19D3-4100-BC32-2AD05C9977A7} = {2BA805ED-19D3-4100-BC32-2AD05C9977A7} @@ -94,12 +96,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Modules", "Modules.vcproj", {8721C91C-E1BB-4758-78A1-C0718EDFF940} = {8721C91C-E1BB-4758-78A1-C0718EDFF940} {34AC2018-91F1-41AF-A839-47DCF27D4434} = {34AC2018-91F1-41AF-A839-47DCF27D4434} {42B76F17-895F-4B1C-B783-7AAC92AFD56E} = {42B76F17-895F-4B1C-B783-7AAC92AFD56E} + {43716F17-125F-4B1C-B783-7AAC92AA136E} = {43716F17-125F-4B1C-B783-7AAC92AA136E} {5F248A16-8E3D-497A-8E68-F9E08971F583} = {5F248A16-8E3D-497A-8E68-F9E08971F583} {8C7E6912-5ACC-4143-B502-D643E5AB619B} = {8C7E6912-5ACC-4143-B502-D643E5AB619B} {8A7E6912-5ACC-4F43-D502-D643E5AB6E34} = {8A7E6912-5ACC-4F43-D502-D643E5AB6E34} {812E6912-5ADC-4143-BAE2-D649E5AB669B} = {812E6912-5ADC-4143-BAE2-D649E5AB669B} {8A1E6012-5BCC-4143-B3D2-D643E2A5619B} = {8A1E6012-5BCC-4143-B3D2-D643E2A5619B} - {8C7E6907-5ACC-4143-B502-D610E5EB619B} = {8C7E6907-5ACC-4143-B502-D610E5EB619B} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Service", "Service.vcproj", "{B1015F66-0C3D-43DA-8329-15FB43D2F74B}" diff --git a/windows/yate.iss b/windows/yate.iss index a02811d2..9fdc266a 100644 --- a/windows/yate.iss +++ b/windows/yate.iss @@ -78,7 +78,7 @@ Source: "Release\yate-qt4.exe"; DestDir: "{app}"; Flags: replacesameversion; Com Source: "Runtimes\qtcore4.dll"; DestDir: "{app}"; Components: client\qt\run Source: "Runtimes\qtgui4.dll"; DestDir: "{app}"; Components: client\qt\run Source: "Runtimes\qtxml4.dll"; DestDir: "{app}"; Components: client\qt\run -Source: "Runtimes\imageformats\qgif4.dll"; DestDir: "{app}\imageformats"; Components: client\qt\run +Source: "Runtimes\imageformats\qgif4.dll"; DestDir: "{app}\imageformats"; Components: client\qt\run; Flags: skipifsourcedoesntexist Source: "Release\yate-service.exe"; DestDir: "{app}"; Flags: replacesameversion; Components: server Source: "Release\yate-console.exe"; DestDir: "{app}"; Flags: replacesameversion; Components: debug