Closed hello-code closed 6 years ago
Hey
Could you try to apply this patch?
diff --git a/internal/binding/templater/template_cpp.go b/internal/binding/templater/template_cpp.go
index 08b1f62d..7331abb8 100644
--- a/internal/binding/templater/template_cpp.go
+++ b/internal/binding/templater/template_cpp.go
@@ -589,7 +589,8 @@ func preambleCpp(module string, input []byte, mode int, target, tags string) []b
"QRemoteObjectStringLiterals",
"ui",
"QStringList",
- "QtDwmApiDll":
+ "QtDwmApiDll",
+ "content":
{
continue
}
Alternatively just blacklist "content" here: https://github.com/therecipe/qt/blob/master/internal/binding/templater/template_cpp.go#L593
This seems to be a bug and I will add the fix to the next commit.
Thank you! I have use your docker now.
"content" is now backlisted with: https://github.com/therecipe/qt/commit/2df4248fbc3b38f129e77e6b056b8904c1d9c512
Hi therecipe! Thank your awesome work! But I can't run successful...
~/.bashrc :
qtsetup