blob: eba569cd99dc3553d356549e9e2eec185050fa95 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- ui/qt/moc_wrapper.py.orig 2025-05-31 17:16:41 UTC
+++ ui/qt/moc_wrapper.py
@@ -20,4 +20,4 @@ args = parser.parse_args()
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])
|