blob: 36d0de7407575f4a6239e7f73fe84017a665d513 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- ui/qt/moc_wrapper.py.orig 2025-06-30 07:04:30 UTC
+++ ui/qt/moc_wrapper.py
@@ -20,4 +20,4 @@ else:
if args.path is None:
subprocess.check_call(["moc", args.input, "-o", args.output])
else:
- subprocess.check_call([args.path + "/moc", args.input, "-o", args.output])
+ subprocess.check_call([args.path, args.input, "-o", args.output])
|