You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to both install the library with and without qpm but Qt Creator is not able to find the singleton types and autocompletion is not active.
Is it a known issue? How could we solve it?
I think it is a real pity, as the library is very useful and very well coded.
The text was updated successfully, but these errors were encountered:
@AlessandroFato My Qt is a bit rusty these days so my answer might be outdated, but as for the autocomplete I'm not sure that works since I think Qt Creator requires some type of meta file which might be missing.
As for the imports not working, I assume you have included the relevant .pri file in your .pro file and that you have added the right import to your QML file? I think more recent versions of Qt require that all QML types have lower case names so you might want to try Http.request instead of what is in the documentation.
If you can attach a small example that reproduces the issue, I'll try to take a look.
I tried to both install the library with and without qpm but Qt Creator is not able to find the singleton types and autocompletion is not active.
Is it a known issue? How could we solve it?
I think it is a real pity, as the library is very useful and very well coded.
The text was updated successfully, but these errors were encountered: