View Single Post
Old 03-03-2020, 09:22 AM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,705
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by The_book View Post
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.

Last edited by DiapDealer; 03-03-2020 at 09:27 AM.
DiapDealer is offline   Reply With Quote