-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qtmoc unable to find module in a subfolder #804
Comments
Hey Maybe try to run Also maybe take a look here #755 (comment) |
No, neither the command nor the link method works. |
Mh, okay maybe check where you import |
go.mod of the project contains |
Could you check if these commands work and return something:
if you run them inside the root dir of your project? Also which go version do you use? |
|
Mh, what kind of files does the pulse folder contains? Maybe try to run the following in the hilink-tray dir
(which probably should work) and then
(which might fail, if the pulse folder only contains cgo files) you can also check the pulse folder for cgo files, if you run
inside it I guess the pulse folder only contains cgo files, and that's why it's failing. In that case you will need to create an empty Go file such as
to work around this. Because Also you said relative imports work, but absolute not. |
Yes, this folder contains only cgo file
|
It's interesting, even if I remove import of pulse, I'm getting |
Ah okay, thanks yeah these should work.
Yeah, but that's probably only because you missed the Maybe try the following:
then (if you already did successfully install the binding for your project earlier) run either
(in case you removed the |
But I got it with qtdeploy |
Mh, did you already setup the binding using Also does this command work?
If not, then please try to setup the binding again first. |
I added go.mod to the project and specified absolute import in a file, but when I trying to build application with qtdeploy - it fails with the following error
The text was updated successfully, but these errors were encountered: