Skip to content

Commit cd1c7a3

Browse files
committed
Make a minor change to windows build
1 parent c13c904 commit cd1c7a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgutils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def deleteFolder(folder: Path) -> None:
10811081

10821082
delQt5 = [
10831083
"Qt5Bluetooth", "Qt5DBus", "Qt5Designer", "Qt5Designer", "Qt5Help", "Qt5Location",
1084-
"Qt5Multimedia", "Qt5MultimediaWidgets", "Qt5Network", "Qt5Nfc", "Qt5OpenGL",
1084+
"Qt5Multimedia", "Qt5MultimediaWidgets", "Qt5Network", "Qt5Nfc",
10851085
"Qt5Positioning", "Qt5PositioningQuick", "Qt5Qml", "Qt5QmlModels", "Qt5QmlWorkerScript",
10861086
"Qt5Quick", "Qt5Quick3D", "Qt5Quick3DAssetImport", "Qt5Quick3DRender",
10871087
"Qt5Quick3DRuntimeRender", "Qt5Quick3DUtils", "Qt5QuickControls2", "Qt5QuickParticles",
@@ -1101,7 +1101,6 @@ def deleteFolder(folder: Path) -> None:
11011101
qt5Dir / "qml",
11021102
plugDir / "geoservices",
11031103
plugDir / "playlistformats",
1104-
plugDir / "renderers",
11051104
plugDir / "sensorgestures",
11061105
plugDir / "sensors",
11071106
plugDir / "sqldrivers",

0 commit comments

Comments
 (0)