Open stevewlrls opened 2 years ago
Using go 1.17 and "per module" install of the Qt binding, qtmoc seems to copy all imports into the moc.go file. Test case:
Build is successful if Qt binding is installed globally (GO111MODULE=off) and qtdeploy is also invoked with per module support turned off.
Using go 1.17 and "per module" install of the Qt binding, qtmoc seems to copy all imports into the moc.go file. Test case:
Build is successful if Qt binding is installed globally (GO111MODULE=off) and qtdeploy is also invoked with per module support turned off.