mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 05:12:26 +08:00
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:
BIN
ext/bonjour/x64/dnssd.dll
Normal file
BIN
ext/bonjour/x64/dnssd.dll
Normal file
Binary file not shown.
@@ -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 ?>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user