View Single Post
Old 03-27-2016, 09:01 AM   #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,605
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by patrik View Post
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.

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