-
Notifications
You must be signed in to change notification settings - Fork 58
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
How to Deploy ? #31
Comments
I have this problem too. When I build on release exe and run it on my pc (that I develope on it - qt 5.12.11 windows 10) , It run ok and opens pdf files. Even I move my release folder to any where on my pc, it work fine. But when I move release folder to other pc, that is not installed qt, when my code run this line , also I have this log in event viewer:
|
The resources (which contain the pdf.js viewer) are compiled into the binary executable, as for the rest since the viewer is based on QtWebEngine one must follow the Qt guide to deploy WebEngine based applications: https://doc.qt.io/qt-5/qtwebengine-deploying.html |
I've had success using it within QT Creator, both in DEBUG and RELEASE.
But when trying to DEPLOY, that is, using it outside the QT environment, my program run ok, but when it calls to show the PDF, the program gives a CRASH.
Where should the RESOURCES be placed, along with the .EXE or in another directory?
The text was updated successfully, but these errors were encountered: