Add libgcc_s_dw2-1.dll to the Windows installation package
This seems to be needed for wpa_gui.exe with the new Qt version.
This commit is contained in:
parent
f4e5fd948a
commit
687179edb5
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ section
|
|||
File wpasvc.exe
|
||||
|
||||
File /opt/Qt-Win/files/mingwm10.dll
|
||||
File /opt/Qt-Win/files/libgcc_s_dw2-1.dll
|
||||
File /opt/Qt-Win/files/QtCore4.dll
|
||||
File /opt/Qt-Win/files/QtGui4.dll
|
||||
|
||||
|
@ -96,6 +97,7 @@ section "uninstall"
|
|||
delete "$INSTDIR\wpasvc.exe"
|
||||
|
||||
delete "$INSTDIR\mingwm10.dll"
|
||||
delete "$INSTDIR\libgcc_s_dw2-1.dll"
|
||||
delete "$INSTDIR\QtCore4.dll"
|
||||
delete "$INSTDIR\QtGui4.dll"
|
||||
|
||||
|
|
Loading…
Reference in a new issue