GithubHelp home page GithubHelp logo

Comments (7)

mdimura avatar mdimura commented on June 23, 2024

I tried windeployqt once, but id did not work for me. Would be great if you find out how to make it work! Maybe you could ask for help in the comments to AUR package.

from docker-mingw-arch.

Buanderie avatar Buanderie commented on June 23, 2024

It falls out of the scope of this issue, but the reason I needed windeployqt to work was because I linked to dynamic libraries. If there was a branch of this image with static qt libraries instead, that would offer users another solution for deployment (without too much hassle).

from docker-mingw-arch.

mdimura avatar mdimura commented on June 23, 2024

Yep, I will split the image into several variants at some point, qt-static could be one of them. For now I copy the dlls manually in the build script as a workaround.

from docker-mingw-arch.

Buanderie avatar Buanderie commented on June 23, 2024

Just out of curiosity, from which directory do you copy the dlls ?

from docker-mingw-arch.

mdimura avatar mdimura commented on June 23, 2024

/usr/{x86_64-w64-mingw32,i686-w64-mingw32}/{bin,lib/qt/plugins/{imageformats,iconengines,platforms}} for x64 and x32 builds respectively.

from docker-mingw-arch.

vahidlazio avatar vahidlazio commented on June 23, 2024

I wonder, copy dlls to where? the root project directory? and we just need the exe after all to run the app or we still need the dlls?

from docker-mingw-arch.

mdimura avatar mdimura commented on June 23, 2024

The dlls are shared libraries (as opposed to static), so yes, they are needed in addition to the exe. It is enough to copy the .dlls and .exe in the same folder to run the program.

from docker-mingw-arch.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.