Quote:
Originally Posted by DiapDealer
Yes. The problem is that you're using D:\ and not C:\. You're clearly using my custom pre-compiled version of Qt 5.12.6, so you'll also need to make sure it's installed in the exact same path as I had it so that windeployqt can locate a few things that seem to be hardcoded. That means you need to have my custom Qt installed to C:\MyQtx64_WE\Qt5.12.6\ and not D:\MyQtx64_WE\Qt5.12.6\.
If you want the flexibility of being able to install Qt anywhere you want, you'll have to either use the stock Qt installer, or compile Qt yourself from source and install it wherever you want.
|
Ok, after moving folder I successfully build installer. Thanks.