Skip to content
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

Is there any way to compile qt platform statically into the executable on Windows? #10

Closed
caiwan opened this issue Sep 30, 2015 · 2 comments

Comments

@caiwan
Copy link
Contributor

caiwan commented Sep 30, 2015

Since QT is a pain on windows, I'm continuosly having problem with running the app. Following this. I can't deploy the executable properly to run standalone, unless I'm not install the entrire QT platform. I've copied the dlls from the binary directory of QT, including the plafrom plugins. I've tried several folder structure for them (./, ./plugins, ./plugins/platforms/ ./platforms, ./platforms/plugins, ...)
I assume there is a method to compile these into the exe, and not using and dlls, but I couldn't achieve these. E.g. this one.

Do you have any suggestions?

@kusma
Copy link
Member

kusma commented Sep 30, 2015

I had troubles getting this to work myself in Qt5, so last time I needed to package it up I simply used Qt4 where it was a breeze. Dunno if that works for you, though :/

@caiwan
Copy link
Contributor Author

caiwan commented Oct 8, 2015

Thank you, I could'nt find a way to make it work without the entire QT SDK.

@caiwan caiwan closed this as completed Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants