Use QtWinExtras instead of importing private Qt function to get QPixmap from HICON

This commit is contained in:
Mike Gelfand
2017-02-11 20:48:13 +03:00
parent 4b397ebfc0
commit c6bfe9de15
4 changed files with 15 additions and 9 deletions

View File

@@ -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" />