View Single Post
Old 03-03-2020, 09:43 AM   #6
The_book
Zealot
The_book began at the beginning.
 
Posts: 100
Karma: 10
Join Date: Aug 2019
Device: none
Quote:
Originally Posted by DiapDealer View Post
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.
The_book is offline   Reply With Quote