mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
Use QtWinExtras instead of importing private Qt function to get QPixmap from HICON
This commit is contained in:
4
dist/msi/components/QtClient.wxs
vendored
4
dist/msi/components/QtClient.wxs
vendored
@@ -100,6 +100,9 @@
|
||||
<Component Id="dll.qt5.widgets">
|
||||
<File DiskId="1" KeyPath="yes" Name="Qt5Widgets.dll" />
|
||||
</Component>
|
||||
<Component Id="dll.qt5.winextras">
|
||||
<File DiskId="1" KeyPath="yes" Name="Qt5WinExtras.dll" />
|
||||
</Component>
|
||||
|
||||
</DirectoryRef>
|
||||
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.QtDir)\plugins">
|
||||
@@ -132,6 +135,7 @@
|
||||
<ComponentRef Id="dll.qt5.gui" />
|
||||
<ComponentRef Id="dll.qt5.network" />
|
||||
<ComponentRef Id="dll.qt5.widgets" />
|
||||
<ComponentRef Id="dll.qt5.winextras" />
|
||||
<ComponentRef Id="dll.qt5.plugins.platforms.windows" />
|
||||
<ComponentRef Id="dll.dbus" />
|
||||
<ComponentRef Id="dll.expat" />
|
||||
|
||||
Reference in New Issue
Block a user