~neon/extra-cmake-modules/master

Viewing all changes in revision 869.

  • Committer: Pino Toscano
  • Date: 2018-11-18 08:57:20 UTC
  • Revision ID: git-v1:96d169b87292d935646b1924952829b0f4d5d669
FindQHelpGenerator: try to find Qt5Help instead of Qt5Core

Summary:
The Qt5Help CMake modules contain the Qt5::qhelpgenerator target, so
look for that instead of Qt5Core.  Otherwise, the Qt5::qhelpgenerator
is available only if Qt5Help was searched previously (which does not
happen often).

Using the Qt5::qhelpgenerator is more reliable than the search for the
qhelpgenerator executable based on the qmake path.

Test Plan:
build some framework with -DBUILD_QCH=ON, and notice that
the right path of qhelpgenerator is found directly with the
Qt5::qhelpgenerator target.

Reviewers: kossebau

Reviewed By: kossebau

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D16938

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: