issue #65 - Auto config feature using Zeroconf/Bonjour
added needed dll on windows, so no need to dependent on bonjour installation
This commit is contained in:
parent
8cad7551e6
commit
ff5ca8b8aa
Binary file not shown.
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<?define BinPath="../../../bin/$(var.Configuration)" ?>
|
<?define BinPath="../../../bin/$(var.Configuration)" ?>
|
||||||
<?define ResPath="../../../res" ?>
|
<?define ResPath="../../../res" ?>
|
||||||
|
<?define ExtPath="../../../ext" ?>
|
||||||
<?define QtPath="C:\Qt\2010.02\qt\bin" ?>
|
<?define QtPath="C:\Qt\2010.02\qt\bin" ?>
|
||||||
|
|
||||||
<?ifndef Version ?>
|
<?ifndef Version ?>
|
||||||
|
|
|
@ -104,6 +104,8 @@
|
||||||
<File Source="$(var.QtPath)\QtGui4.dll" CompanionFile="GuiProgram" />
|
<File Source="$(var.QtPath)\QtGui4.dll" CompanionFile="GuiProgram" />
|
||||||
<File Source="$(var.QtPath)\QtNetwork4.dll" CompanionFile="GuiProgram" />
|
<File Source="$(var.QtPath)\QtNetwork4.dll" CompanionFile="GuiProgram" />
|
||||||
|
|
||||||
|
<File Source="$(var.ExtPath)\bonjour\x64\dnssd.dll" CompanionFile="GuiProgram" />
|
||||||
|
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
|
|
Loading…
Reference in New Issue