File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,10 @@ Section "Qt5 Runtime libraries" qtlibs
101101 File release\Qt5Gui.dll
102102 File release\Qt5Network.dll
103103 File release\Qt5Widgets.dll
104+ File release\Qt5Concurrent.dll
104105 SetOutPath $INSTDIR \platforms
105- File release\qwindows.dll
106+ File release\platforms\qwindows.dll
107+ File release\platforms\qminimal.dll
106108SectionEnd
107109
108110Section " Create Start menu shortcut" shortcut
@@ -131,13 +133,14 @@ Section "Uninstall"
131133 Delete " $INSTDIR\README.md"
132134 Delete " $INSTDIR\COPYING"
133135 Delete " $INSTDIR\libstdc++-6.dll"
134- Delete " $INSTDIR\libgcc_s_seh-1.dll
136+ Delete " $INSTDIR\libgcc_s_seh-1.dll"
135137 Delete " $INSTDIR\Qt5Widgets.dll"
136138 Delete " $INSTDIR\Qt5Core.dll"
137139 Delete " $INSTDIR\Qt5Gui.dll"
138140 Delete " $INSTDIR\Qt5Network.dll"
139- Delete " $INSTDIR \Qt5Widgets .dll"
141+ Delete " $INSTDIR\Qt5Concurrent .dll"
140142 Delete " $INSTDIR\platforms\qwindows.dll"
143+ Delete " $INSTDIR\platforms\qminimal.dll"
141144 RMDir " $INSTDIR"
142145
143146 ; Remove settings in %appdata%
You can’t perform that action at this time.
0 commit comments