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:
jerry 2014-08-22 13:46:20 +00:00
parent 8cad7551e6
commit ff5ca8b8aa
3 changed files with 3 additions and 0 deletions

BIN
ext/bonjour/x64/dnssd.dll Normal file

Binary file not shown.

View File

@ -6,6 +6,7 @@
<?define BinPath="../../../bin/$(var.Configuration)" ?>
<?define ResPath="../../../res" ?>
<?define ExtPath="../../../ext" ?>
<?define QtPath="C:\Qt\2010.02\qt\bin" ?>
<?ifndef Version ?>

View File

@ -104,6 +104,8 @@
<File Source="$(var.QtPath)\QtGui4.dll" CompanionFile="GuiProgram" />
<File Source="$(var.QtPath)\QtNetwork4.dll" CompanionFile="GuiProgram" />
<File Source="$(var.ExtPath)\bonjour\x64\dnssd.dll" CompanionFile="GuiProgram" />
</Component>
</ComponentGroup>