Skip to content

Commit 82e7c37

Browse files
committed
getting closer
1 parent 8e59a72 commit 82e7c37

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/artisan-linux.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ BINARIES.extend([(os.path.join(phidgets_lib_path, fn),'Phidget22/.libs') for fn
1616

1717
# add missing Qt6QmlMeta.so
1818
BINARIES.append((os.path.join(get_package_paths('PyQt6')[1], 'Qt6/lib/libQt6QmlMeta.so.6'), 'PyQt6/Qt6/lib'))
19+
BINARIES.append((os.path.join(get_package_paths('PyQt6')[1], 'Qt6/lib/libQt6QmlWorkerScript.so.6'), 'PyQt6/Qt6/lib'))
1920

2021

2122
path=os.environ['HOME'] + '/artisan-master/src'
@@ -29,9 +30,6 @@ hiddenimports_list=[
2930
'matplotlib.backends.backend_pdf',
3031
'matplotlib.backends.backend_svg',
3132
# 'PyQt6.QtPositioning', # unclear
32-
# 'PyQt6.QtQmlMeta', # does not exist!
33-
# 'PyQt6.QtQmlWorkerScript', # does not exist
34-
# 'PyQt6.OpenGL', # does not exist
3533
'PyQt6.QtWebChannel', ## Win incl., but did not help
3634
'PyQt6.QtWebEngineCore', ## Win incl.
3735
# 'PyQt6.QtQuick', # links to QmlMeta, but did not help

src/build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ cp -R includes/Icons/* dist/Icons
138138
keep_qt_modules="libQt6Bluetooth libQt6Concurrent libQt6Core libQt6DBus libQt6Gui libQt6Network
139139
libQt6OpenGL libQt6Positioning libQt6PrintSupport libQt6Qml libQt6QmlModels libQt6QmlMeta libQt6Quick libQt6QuickWidgets
140140
libQt6Svg libQt6WaylandClient libQt6WaylandEglClientHwIntegration libQt6WebChannel libQt6WebEngineCore
141-
libQt6WebEngineWidgets libQt6Widgets libQt6WlShellIntegration libQt6XcbQpa"
141+
libQt6WebEngineWidgets libQt6Widgets libQt6WlShellIntegration libQt6XcbQpa QtQmlWorkerScript"
142142

143143
for qtlib in $(find dist/_internal/PyQt6/Qt6/lib -type f -name "libQt6*.so.*"); do
144144
qtlib_filename="${qtlib##*/}"

0 commit comments

Comments
 (0)