Quote:
Originally Posted by The_book
And I use the D:\MyQtx64_WE\Qt5.12.6\mkspecs\qconfig.pri, not C:\
Do you know what happened?
|
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 create a Sigil installer from a Qt installed wherever you want, you'll have to either use the stock Qt installer, or compile Qt yourself from source and install it wherever you want.