Quote:
Originally Posted by patrik
Hmm, are there other versions of the document?
The one I'm looking at says:
|
No, there is no other document. I'm updating it as we speak so that it's clear that only Qt5.4.0 - Qt5.5.1 are supported for building Sigil (and that 5.4.2 is recommended). The document was written before Nokia had released Qt5.6 and made their bone-headed decision to drop WebKit from their binary installers. I did not foresee the the need to include an upper limit at the time. My apologies for not being prescient (or apparently, diligent) enough.
As far as your error in your previous message goes: you may have
installed Qt5.5.1, but it's clear from your error message that cmake is only finding Qt5.2.1 on your system (which is insufficient). Be sure that you've specified the correct -DCMAKE_PREFIX_PATH to point to Qt5.5.1 on your system (as correctly described in the BuildingOnLinux document). CMake is trying to use your older, distro-installed 5.2.1 instead.