Open kevswims opened 7 years ago
Related stackoverflow question: https://stackoverflow.com/questions/45721332/using-conan-to-build-qt-from-source-does-not-build-qt5help-cmake-cannot-find-a
I posted an answer on the stack overflow question but I will put some additional details here for a possible fix.
The 5.6.2 version of Qt is a LTS version so I propose that the conan package in Bintray be recreated using a new version of the conanfile.py that supports all of the additional options. There is a version of this with some additional VS2017 support that I am still working on in my fork of this repo.
When adding this to an existing project using qt to port it to conan, the cmake process cannot find "Qt5Help". I cannot find a flag to enable building with Qt5Help enabled.