Quote:
Originally Posted by st_albert
Maybe just a typo in your post, but that command should be cmake, not make.
In my experience, in order for cmake to complete without errors, I had to modify line 125 of /opt/Qt5/5.1.1/gcc/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake thus:
Code:
# include("${CMAKE_CURRENT_LIST_DIR}/Qt5GuiConfigExtras.cmake")
that is, comment it out. Unfortunately, I can't remember why I needed to do that. :-(
HTH
Albert
|
I had to do that same thing when building against an earlier version of Qt5, but I don't think I had to when building Sigil against 5.1.1 or 5.2. Could be mistaken though. Definitely something to keep in mind.