We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
When I run my golang project I have:
looking for qtbox in: /home/mark/setup/qtbox final qtbox location: /home/mark/setup/qtbox downloading qtbox => 0% downloading qtbox => 1% downloading qtbox => 2% downloading qtbox => 3% downloading qtbox => 5% downloading qtbox => 6% downloading qtbox => 7% downloading qtbox => 8% ..... downloading qtbox => 100%
I would like to know if there is a way to build a golang project that do not need to download the qtbox executable
Thanks, Mark
The text was updated successfully, but these errors were encountered:
Same problem, only on windows.
Sorry, something went wrong.
use qtdeploy. It will pre-download all the DLL's you need and put them and the application in a "deploy" folder.
If someone is looking for a solution: #1279
No branches or pull requests
Hello!
When I run my golang project I have:
looking for qtbox in: /home/mark/setup/qtbox
final qtbox location: /home/mark/setup/qtbox
downloading qtbox => 0%
downloading qtbox => 1%
downloading qtbox => 2%
downloading qtbox => 3%
downloading qtbox => 5%
downloading qtbox => 6%
downloading qtbox => 7%
downloading qtbox => 8%
.....
downloading qtbox => 100%
I would like to know if there is a way to build a golang project that do not need to download the qtbox executable
Thanks,
Mark
The text was updated successfully, but these errors were encountered: