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

macdeployqt tool cannot find the qt plugins folder #38

Closed
samueljackson92 opened this issue Oct 16, 2017 · 1 comment · Fixed by #39
Closed

macdeployqt tool cannot find the qt plugins folder #38

samueljackson92 opened this issue Oct 16, 2017 · 1 comment · Fixed by #39

Comments

@samueljackson92
Copy link
Contributor

This looks like it might be related to the changes in #25. When we try to run the macdeployqt tool to bundle our app it fails because it seems to assume that the qt plugins directory exists at /usr/local/opt/qt@4/plugins but it looks like the install path is set to /usr/local/opt/qt@4/lib/qt4/plugins.

Adding a symlink to the plugins directory in where the macdeployqt tool expects "fixed" it for us, but it would be nice to find a smarter solution.

@cartr
Copy link
Owner

cartr commented Oct 17, 2017

Thanks for the report! The issue does indeed appear to be that the macdeployqt tool hard-codes the plugins directory as qtPath + "/plugins". I'll try and write a patch to fix that.

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

Successfully merging a pull request may close this issue.

2 participants