View Single Post
Old 04-07-2020, 08:10 PM   #33
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
FWIW, On macOS, Qt depends on knowing where it was compiled and built. It stores that info and will reguritate it as one of its paths and even uses it in macdeployqt. This is why on travis we need to use symlinks to get the Qt build to work with the Sigil build. So if qmake uses that compiled in home location but someone moved it into aQt5 subdir later (without a build), Qt would react the way you are seeing.
KevinH is offline   Reply With Quote