Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-04-25 15:52:34 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-04-25 15:52:34 +0300
commit2c659531a3f20779797679fdd265af6f42430172 (patch)
tree3ff7effa1c314382e0cac48a607826fe72eab338 /installer
parent6f1b85170cbc1a22878335c9f8a41a08c0ef30c0 (diff)
installer: add ql.dll plugin to the installer.
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index e97eca0be..c407d99cd 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -107,6 +107,9 @@
<Component Id="lotro.dll">
<File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" />
</Component>
+ <Component Id="ql.dll">
+ <File Source="$(var.SourceDir)\release\plugins\ql.dll" KeyPath="yes" />
+ </Component>
<Component Id="rl.dll">
<File Source="$(var.SourceDir)\release\plugins\rl.dll" KeyPath="yes" />
</Component>
@@ -171,6 +174,7 @@
<ComponentRef Id="l4d2.dll" />
<ComponentRef Id="lol.dll" />
<ComponentRef Id="lotro.dll" />
+ <ComponentRef Id="ql.dll" />
<ComponentRef Id="rl.dll" />
<ComponentRef Id="sr.dll" />
<ComponentRef Id="sto.dll" />