Skip to content

Commit

Permalink
Revert "Add Qt5OpenGL.dll to Windows installer"
Browse files Browse the repository at this point in the history
This reverts commit b2da0af.
Since OpenGL on Windows was disabled.
[skip travis]
  • Loading branch information
amtriathlon committed Sep 8, 2020
1 parent e95eb7b commit 7cacf01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resources/win32/GC3.6-Dev-Master-W64-QT5.14.2.nsi
Expand Up @@ -542,7 +542,6 @@ Section "Golden Cheetah (required)" Sec1
File "Qt5WebEngineWidgets.dll"
File "Qt5Widgets.dll"
File "Qt5Xml.dll"
File "Qt5OpenGL.dll"
File "QtWebEngineProcess.exe"
File "ReadMe.txt"
SetOutPath "$INSTDIR\resources"
Expand Down Expand Up @@ -1102,7 +1101,6 @@ Section Uninstall
Delete "$INSTDIR\Qt5WebEngineWidgets.dll"
Delete "$INSTDIR\Qt5Widgets.dll"
Delete "$INSTDIR\Qt5Xml.dll"
Delete "$INSTDIR\Qt5OpenGL.dll"
Delete "$INSTDIR\QtWebEngineProcess.exe"
Delete "$INSTDIR\ReadMe.txt"
Delete "$INSTDIR\resources\icudtl.dat"
Expand Down

0 comments on commit 7cacf01

Please sign in to comment.