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.
|