osechet / conan-qt

Conan package for Qt
MIT License
11 stars 18 forks source link

Could not find a package configuration file provided by "Qt5Help" #39

Open kevswims opened 7 years ago

kevswims commented 7 years ago

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.

memsharded commented 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

kevswims commented 7 years ago

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.