-
Notifications
You must be signed in to change notification settings - Fork 283
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
Creating a Deployment of Gamma Ray on Windows #906
Comments
Can you paste the version and location of Qt on your system? |
I've got Qt 5.15 installed, and I have it installed at |
Hi, how you choose to package GammaRay is upto you. If you want to bundle Qt libs with the app or want to use a third party tool, sure. We can help with build errors or any bugs you encounter in GammaRay. For questions about windeployqt I would suggest talking to windeployqt guys directly. |
@Waqar144 Could we put a little snippet in the |
Hi all,
I was curious if anyone could guide me through the deployment process for Gamma Ray on Windows. I have done a development install of Gamma Ray by running the following commands listed in the INSTALL.md file:
However, when I try to double click the created
gammaray-launcher.exe
I'm greeted with errors like this:I'm pretty new to building C++ projects so I'm not exactly sure what the issue is, but I know that the application is not finding the Qt libraries it needs (which I assume should be provided by bundled DLLs?).
I want to make a deployment of Gamma Ray that is fully standalone and that can be run just by double clicking on the executable in the File Explorer.
I found some information about an executable bundled with Qt called
windeployqt
but I'm not sure if I should be using that to get a standalone deployment of Gamma Ray or if so, how I should go about using it.The text was updated successfully, but these errors were encountered: