View Single Post
Old 01-06-2024, 12:51 PM   #7
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,692
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
If you did not clean out the cmake build directory, it would still use the cached Qt5 stuff (-DUSE_QT5=1) the next go around. Just clean out the build directory you're using and reconfigure with cmake again (without the -DUSE_QT5=1 bit). At the very least, you need to delete the CMakeCache.txt file, but I'd remove it all.

I updated the build notes on Github just a bit ago to accommodate the things learned from philja's build experience on 22.04. Namely the qt6 packages needed to build (and run) Sigil.
DiapDealer is offline   Reply With Quote