mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00

Release notes via https://github.com/CATIA-Systems/FMPy/releases/tag/v0.3.23 Co-authored-by: Vladimir Korolev <balodja@gmail.com> Co-authored-by: Doron Behar <doron.behar@gmail.com>
10 lines
298 B
Diff
10 lines
298 B
Diff
--- a/src/fmpy/gui/__init__.py
|
|
+++ b/src/fmpy/gui/__init__.py
|
|
@@ -15,6 +15,7 @@ def compile_resources():
|
|
|
|
if os.name == 'posix':
|
|
pyside_dir = pyside_dir / 'Qt' / 'libexec'
|
|
+ pyside_dir = Path("@qt6libexec@")
|
|
|
|
gui_dir = Path(__file__).parent
|
|
forms_dir = gui_dir / 'forms'
|