aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-04-05 18:00:16 -0700
committerAnders Broman <a.broman58@gmail.com>2018-04-06 03:11:52 +0000
commit0cb3176ab770c6a5f69ffc5a5cd8889a3d5b23a0 (patch)
treeae4b2e16b94120dedf7170fb2dd7cd4e8a69ed7a /packaging/wix
parent5fd4659164536a494480b4717e6f6b5ae530c119 (diff)
Remove some references to Qt4.
Change-Id: I50f5abafb8adf18a5407427f7feb260301df45cc Reviewed-on: https://code.wireshark.org/review/26771 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/wix')
-rw-r--r--packaging/wix/windeployqt-to-wix.ps122
1 files changed, 0 insertions, 22 deletions
diff --git a/packaging/wix/windeployqt-to-wix.ps1 b/packaging/wix/windeployqt-to-wix.ps1
index b621e55e63..70623a2b3d 100644
--- a/packaging/wix/windeployqt-to-wix.ps1
+++ b/packaging/wix/windeployqt-to-wix.ps1
@@ -179,28 +179,6 @@ try {
</Fragment>
"@
- } else {
- # Assume Qt 4
-
- $wixComponents += @"
- <Fragment>
- <DirectoryRef Id=`"INSTALLFOLDER`">
- <Component Id=`"cmpQt4Core_dll`" Guid=`"*`">
- <File Id=`"filQt4Core_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\QtCore4.dll`" />
- </Component>
- <Component Id=`"cmpQt4Gui_dll`" Guid=`"*`">
- <File Id=`"filQt4Gui_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\QtGui4.dll`" />
- </Component>
- </DirectoryRef>
- </Fragment>
- <Fragment>
- <ComponentGroup Id=`"CG.QtDependencies`">
- <ComponentRef Id=`"cmpQt4Core_dll`" />
- <ComponentRef Id=`"cmpQt4Gui_dll`" />
- </ComponentGroup>
- </Fragment>
-"@
-
}
$wixComponents += @"