Skip to content

Commit b5357e2

Browse files
committed
Including qmlscene and qmlviewer wrappers
1 parent 6d032bc commit b5357e2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

PyQt5/qmlscene_wrapper.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set QT_QPA_PLATFORM_PLUGIN_PATH=%CD%\plugins\platforms
2+
start "" qmlscene.exe

PyQt5/qmlviewer_wrapper.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set QT_QPA_PLATFORM_PLUGIN_PATH=%CD%\plugins\platforms
2+
start "" qmlviewer.exe

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_package_data():
2525
relpath = relpath.replace("\\", "/")
2626
package_data['PyQt5'].append(subdir + relpath)
2727

28-
package_data['PyQt5'].extend(["*.exe", "*.dll", "*.pyd"])
28+
package_data['PyQt5'].extend(["*.exe", "*.dll", "*.pyd", "*.bat"])
2929
return package_data
3030

3131

0 commit comments

Comments
 (0)