While packaging this for debian I am getting cmake errors -- No such target KF5PulseAudioQt_QCH when calling ecm_install_qch_export(). -- No target exported for KF5PulseAudioQt_QCH. -- No such target Qt5Gui_QCH defined when calling ecm_add_qch(), ignored. The qch file does get generated - but is this something to be worried about?
Packaging issue https://phabricator.kde.org/T11318
While certainly related: I added the doc package that contained Qt5Gui_QCH and that one disappeared. Sadly -- No such target KF5PulseAudioQt_QCH when calling ecm_install_qch_export(). -- No target exported for KF5PulseAudioQt_QCH. Still very much exists. And we do not yet have a .tags file as it is generated during this build.
Yes, as discussed on Matrix, it's different from the issue I pointed to
It's a bug in the cmake file https://phabricator.kde.org/source/pulseaudio-qt/browse/master/CMakeLists.txt$49 https://phabricator.kde.org/source/pulseaudio-qt/browse/master/src/CMakeLists.txt$77 'ecm_install_qch_export is called there before the respective target has been defined, which only happens later once add_subdirectory(src) is reached.'
Git commit be2254ab0798acc9a8336567feb5980bb2522b18 by Nicolas Fella. Committed on 09/08/2019 at 12:49. Pushed by nicolasfella into branch 'master'. Fix QCH build M +10 -9 CMakeLists.txt https://commits.kde.org/pulseaudio-qt/be2254ab0798acc9a8336567feb5980bb2522b18