Skip to content

Commit

Permalink
Update make_package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ewerybody committed Apr 27, 2023
1 parent a15ed9a commit 1d7aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_batches/build/make_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
QT_VERSION = 6
# The Qt dlls we need! For some reason Qml is indispensable :/
QT_LIBS = 'Core', 'Widgets', 'Gui', 'Network', 'Svg'
QT_DLLS = QT_LIBS + ('Qml',)
QT_DLLS = QT_LIBS # + ('Qml',)
QT_DLL = 'Qt%i%s.dll'
QT_PYD = 'Qt%s.pyd'
SHIBOKEN = 'shiboken'
Expand Down

0 comments on commit 1d7aae9

Please sign in to comment.