Feed Advanced Search

Oct 13 2019

mwolff added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.
In D24568#545736, @apol wrote:

I'm not sure how this works, but would it be possible to have a target that only works on a patch? You usually want to make sure what you modified didn't diverge from the code.

I think there is some hack around that:
http://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting

But actually, if your sources are already clang-formatted, you just need to run the clang-format target once before you commit, the your new code will be the only thing altered.

Oct 13 2019, 7:24 PM · Build System, Frameworks
ochurlaud added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

There is also https://techbase.kde.org/Policies/Frameworks_Coding_Style which though missed the move from techbase to community, other than the other policies.

I suspect that page should be moved over now as well, to become the real KF coding style page (so that "kdelibs" named one is no longer needed).

@nalvarez @ochurlaud Do you remember why this page was not moved?

Oct 13 2019, 12:39 PM · Build System, Frameworks
cullmann retitled D24568: Provide clang-format target with a KDE Frameworks style file from Provide clang-format target with a common KDE style file to Provide clang-format target with a KDE Frameworks style file.
Oct 13 2019, 11:34 AM · Build System, Frameworks

Oct 12 2019

kossebau updated subscribers of D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 11:37 PM · Build System, Frameworks
kossebau added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

There is also https://techbase.kde.org/Policies/Frameworks_Coding_Style which though missed the move from techbase to community, other than the other policies.

Oct 12 2019, 11:31 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

I hope this file implements https://community.kde.org/Policies/Kdelibs_Coding_Style

Oct 12 2019, 10:43 PM · Build System, Frameworks
aacid added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

If the KDE Frameworks developers have agreed to a common style, then yes, naming it KDE Frameworks style makes sense :)

Oct 12 2019, 10:24 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

common KDE style file

There's no such thing as a common KDE style

Oct 12 2019, 10:17 PM · Build System, Frameworks
aacid added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

common KDE style file

Oct 12 2019, 9:52 PM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

If there are more deviations from the kdelibs/frameworks coding style, please tell me.

Oct 12 2019, 4:16 PM · Build System, Frameworks
cullmann added a reviewer for D24568: Provide clang-format target with a KDE Frameworks style file: Frameworks.
Oct 12 2019, 4:09 PM · Build System, Frameworks
cullmann added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 4:08 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • add initial docs
Oct 12 2019, 4:07 PM · Build System, Frameworks
cullmann updated the diff for D24568: Provide clang-format target with a KDE Frameworks style file.
  • fix coding style issue, we don't want indented case labels
Oct 12 2019, 4:03 PM · Build System, Frameworks
cullmann added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 11:17 AM · Build System, Frameworks
davidedmundson added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 12 2019, 10:49 AM · Build System, Frameworks
cullmann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.
In D24568#545736, @apol wrote:

I'm not sure how this works, but would it be possible to have a target that only works on a patch? You usually want to make sure what you modified didn't diverge from the code.

Oct 12 2019, 10:03 AM · Build System, Frameworks
dhaumann added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

I'm all for it. This would unify how we can reformat any KDE module, which is very much desirable.

Oct 12 2019, 7:30 AM · Build System, Frameworks

Oct 11 2019

ognarb added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

There is probably a way to run clang-format only on a patch. See http://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting

Oct 11 2019, 11:42 PM · Build System, Frameworks
apol added a comment to D24568: Provide clang-format target with a KDE Frameworks style file.

I'm not sure how this works, but would it be possible to have a target that only works on a patch? You usually want to make sure what you modified didn't diverge from the code.

Oct 11 2019, 11:37 PM · Build System, Frameworks
ognarb added inline comments to D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 11 2019, 9:24 PM · Build System, Frameworks
cullmann requested review of D24568: Provide clang-format target with a KDE Frameworks style file.
Oct 11 2019, 6:46 PM · Build System, Frameworks

Oct 10 2019

kossebau closed D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 10 2019, 8:50 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

To keep the momentum, now going to merge, given there was no objection when I pointed out the plan to move forward both here and in the email to frameworks-devel.
I assume no-one has time enough to wrap their brain around this as well and/or too many other competing stuff which has more of their interest.

Oct 10 2019, 8:44 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

switch to do generation-time decision about deprecated(text) attribute usage

Oct 10 2019, 3:32 PM · Build System, Frameworks
kossebau retitled D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API from Add ECMGenerateExportHeaders, for improved handling of deprecated API to Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 10 2019, 3:24 PM · Build System, Frameworks

Oct 9 2019

kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

improve documentation, especially about the generated C++ macros

Oct 9 2019, 11:43 PM · Build System, Frameworks
cullmann added a comment to D4363: Don't set gnu style parameter with Clang and MSVC.

Is this still relevant? If yes, from the diff, looks ok for me.

Oct 9 2019, 6:14 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • update to David's findings in the docs
Oct 9 2019, 1:54 PM · Build System, Frameworks
kossebau added inline comments to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 9 2019, 1:54 PM · Build System, Frameworks
dfaure added inline comments to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Oct 9 2019, 5:29 AM · Build System, Frameworks
kossebau added a dependent revision for D20984: Add ECMAddQmlModule: D21356: Port to ECMAddQmlModule, add plugins.qmltypes files.
Oct 9 2019, 4:49 AM · Build System, Frameworks
kossebau added a dependent revision for D20984: Add ECMAddQmlModule: D21344: Port to ECMAddQmlModule.
Oct 9 2019, 4:45 AM · Build System, Frameworks
kossebau abandoned D20984: Add ECMAddQmlModule.

@apol Thanks again for your review work.

Oct 9 2019, 4:44 AM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

So, given the lack of further change proposals or objections, I would proceed to push this in the next days (Thurday evening or Friday morning), to have 3 weeks of pre-5.64 real world testing by CI and people running from git master.
See also https://mail.kde.org/pipermail/kde-frameworks-devel/2019-October/094708.html

Oct 9 2019, 4:37 AM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • add missing group defaulting for warning settings, got lost in rebase before
Oct 9 2019, 12:39 AM · Build System, Frameworks

Oct 8 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/

Not sure what you exactly mean, can you please specify confirmation for what? And what this recommends us to do? :)

Oct 8 2019, 5:19 AM · Build System, Frameworks

Oct 5 2019

kossebau added reviewers for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API: Frameworks, Build System.
Oct 5 2019, 4:12 PM · Build System, Frameworks

Oct 4 2019

kossebau retitled D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API from RFC: Add ECMGenerateExportHeaders, for improved handling of deprecated API to Add ECMGenerateExportHeaders, for improved handling of deprecated API.
Oct 4 2019, 4:46 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • extend unit tests to cover library group macro variants

Sadly blows up by all combinations unit test time to >1 min on old machine

Oct 4 2019, 2:24 PM · Build System, Frameworks

Oct 2 2019

kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/

Oct 2 2019, 8:33 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • extend *_VERSION_DEPRECATED to expect third argument "text" first experimental consumption time support for "text" output with GCC compiler
  • make *_NO_DEPRECATED a proper shortcut for DISABLE_BEFORE_AND_AT=CURRENT
  • extend unit test to cover *_NO_DEPRECATED
Oct 2 2019, 8:27 PM · Build System, Frameworks

Oct 1 2019

sitter closed D24159: new module ECMSourceVersionControl.
Oct 1 2019, 10:30 AM · Build System, Frameworks
apol added a comment to D24159: new module ECMSourceVersionControl.

+1

Oct 1 2019, 10:19 AM · Build System, Frameworks

Sep 30 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/

Sep 30 2019, 8:37 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I see the theoretical problem, but how could this ever be a problem in practice?
On Unix all compilers support the same syntax (__attribute__ ((__deprecated__))), so you'd have to be on Windows, build a library with mingw, and then try to use it with MSVC, or vice-versa? I wonder if this even works. AFAIK it doesn't (hence the compiler-specific binary installers for Qt, for instance).

Sep 30 2019, 6:58 PM · Build System, Frameworks
dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Which might be an issue for people who would like to use different compiler on the same system, both building against the same generated export header file.

Sep 30 2019, 6:27 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Quick Update (week 40):
Locally have added experimental code to even set the proper attribute for GCC compiler, so we get e.g.:

Sep 30 2019, 3:31 PM · Build System, Frameworks

Sep 28 2019

chehrlic added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • why has all Qt code not yet been adapted to QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_X, are there places where those macros should not be used, but the version-less ones?

Because noone wanted to do the work and it was added late in the Qt5 lifetime -> A lot of stuff was deprecated for a long time already (in Qt4 times) and there is was a replacement since Qt5.0.0 so the macro was not needed (even though a lot of people got very angry about it). I added it for some new signals which created a lot of discussion since the old ones are widely used.

Can you point to those discussions? Would be curious to learn what people's thought are.

https://lists.qt-project.org/pipermail/development/2019-March/035343.html

Sep 28 2019, 5:11 PM · Build System, Frameworks

Sep 27 2019

kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Thanks for your reply, Christian :)

Sep 27 2019, 9:44 PM · Build System, Frameworks
chehrlic added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Actual questions I have:

  • why is QT_DEPRECATED_WARNINGS_SINCE not officially documented? like, any plans to change that macro to something else?

Just forgot it (and also the reviewers) I would guess. There is no plan to change it, at least none I'm aware of. I'm looking for an automatic generation of this macro. Since Qt6 switches to CMake I can maybe borrow some stuff from you ;)

Sep 27 2019, 7:09 PM · Build System, Frameworks

Sep 24 2019

hausmann closed D24182: Fix FindEGL when using Emscripten.

Thanks, landed in 3b0bf71a72789eb2b79310b4f67602115e347f56

Sep 24 2019, 9:34 AM · Build System, Frameworks
vkrause accepted D24182: Fix FindEGL when using Emscripten.

Looks safe to me, should not change the non-EMSCRIPTEN behavior.

Sep 24 2019, 8:06 AM · Build System, Frameworks
hausmann requested review of D24182: Fix FindEGL when using Emscripten.
Sep 24 2019, 7:49 AM · Build System, Frameworks

Sep 23 2019

kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

add first set of unit tests covering the main functionality.
Feedback on principal approach wanted!

Sep 23 2019, 3:44 PM · Build System, Frameworks
kossebau added a comment to D24159: new module ECMSourceVersionControl.

Should the new module be part of public ECM macros? Then it misses a documentation linking file docs/module/ECMSourceVersionControl.rst

Sep 23 2019, 2:36 PM · Build System, Frameworks
kossebau added a comment to D24159: new module ECMSourceVersionControl.

Should the new module be part of public ECM macros? Then it misses a documentation linking file docs/module/ECMSourceVersionControl.rst

Sep 23 2019, 2:24 PM · Build System, Frameworks
dfaure accepted D24159: new module ECMSourceVersionControl.
Sep 23 2019, 2:05 PM · Build System, Frameworks
sitter requested review of D24159: new module ECMSourceVersionControl.
Sep 23 2019, 2:02 PM · Build System, Frameworks
kossebau updated subscribers of D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

@chehrlic Hi. As I just discovered, you are the author of the macros for Qt (commit) which I took as inspiration/blue print when designing this here. So, curious what you think of your work now and if you can already point out things where you see potential for improvements. And also curious what you think of this approach here :)

Sep 23 2019, 1:23 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Quick Update (week 39):
took me a bit longer to design and write tests, not trained to write such things in cmake code, all its magic & caches & scopes + own undiscovered typos make this not (yet?) fun, and I am not certain I have done things properly, so will be looking forward to feedback.
Currently cleaning up and documenting the code, added tests should land tonight with an update here (and they already found an error in the so far prototype code :) ).

Sep 23 2019, 1:13 PM · Build System, Frameworks

Sep 14 2019

kossebau closed D23791: ECMAddQch: add INCLUDE_DIRS argument.
Sep 14 2019, 11:53 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Quick update:
Currently still busy trying to get unit tests done, half-way through that. ETA begin of upcoming week.
Next plan: see how only having the 3-arg-FOO_DEPRECATED_VERSION(major. minor, message) would work by using that in the experimental patches done for some KF repos.

Sep 14 2019, 11:58 AM · Build System, Frameworks
dfaure accepted D23791: ECMAddQch: add INCLUDE_DIRS argument.

I don't know doxygen very well, but the cmake change seems sensible.

Sep 14 2019, 11:16 AM · Build System, Frameworks

Sep 13 2019

dfaure added inline comments to D21695: Add FindTaglib.cmake.
Sep 13 2019, 1:01 PM · Build System, Frameworks
ngraham added a comment to D21695: Add FindTaglib.cmake.

Can we move forward on this?

Sep 13 2019, 12:57 PM · Build System, Frameworks

Sep 11 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

I wouldn't offer both variants, but rather recommend always adding a hint. At worse that hint can be "See method documentation" or an empty string. I think we're just over-complicating things otherwise, for no actual gain, since providing a hint is good practice anyway.

Sep 11 2019, 5:12 PM · Build System, Frameworks
kossebau added inline comments to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Sep 11 2019, 3:58 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • reword documentation based on dfaure's comments
  • bump since-version to 5.64.0, as currently targetted introduction version
Sep 11 2019, 3:57 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

@dfaure Thanks for first in-detail feedback, good to get a feeling this is not totally insane over-engineered stuff to other people'e eyes :)

Sep 11 2019, 1:33 PM · Build System, Frameworks

Sep 10 2019

dfaure added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Great work. Not really easy to grasp at first sight (because it handles BC for no-compat builds of the lib itself, which we never did before) but this is certainly quite comprehensive.

Sep 10 2019, 8:11 PM · Build System, Frameworks
kossebau added a comment to D23791: ECMAddQch: add INCLUDE_DIRS argument.

Would push upcoming WE if there are no objections.
And then also adapt all KF modules to make use of this new argument, for better results and less need for predefined macros.

Sep 10 2019, 12:34 PM · Build System, Frameworks

Sep 9 2019

kossebau retitled D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API from WIP: Add ECMGenerateExportHeaders, for improved handling of deprecated API to RFC: Add ECMGenerateExportHeaders, for improved handling of deprecated API.
Sep 9 2019, 5:07 PM · Build System, Frameworks
kossebau added a dependent revision for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API: D23802: Use ECMGenerateExportHeader to manage deprecated API better.
Sep 9 2019, 4:31 PM · Build System, Frameworks
kossebau added a dependent revision for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API: D23800: Use ECMGenerateExportHeader to manage deprecated API better.
Sep 9 2019, 4:06 PM · Build System, Frameworks
kossebau updated the diff for D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
  • change BEFORE to BEFORE_AND_AT, to match actual Qt behaviour (though do not copy confusing name, but be more precise using AND_AT
  • add NO_DEFINITION_EXPORT_TO_BUILD_INTERFACE option
Sep 9 2019, 3:27 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
In D23789#527769, @cgiboudeaux wrote:

Tests needed :)

Sep 9 2019, 12:15 PM · Build System, Frameworks

Sep 8 2019

kossebau requested review of D23791: ECMAddQch: add INCLUDE_DIRS argument.
Sep 8 2019, 4:15 PM · Build System, Frameworks
krop added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Tests needed :)

Sep 8 2019, 4:10 PM · Build System, Frameworks
kossebau added a comment to D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.

Implementation prototype for T11490.

Sep 8 2019, 3:39 PM · Build System, Frameworks
kossebau requested review of D23789: Add ECMGenerateExportHeader, for improved handling of deprecated API.
Sep 8 2019, 3:24 PM · Build System, Frameworks

Sep 6 2019

kossebau closed D23725: ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg.
Sep 6 2019, 8:39 PM · Build System, Frameworks
kossebau added a comment to D23725: ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg.

Given ECM 5.62 will be tagged this WE and thus the API of the new macro ecm_qtdesignerplugin_widget being frozen, and no-one really gave feedback on the initial API, would take the responsibility and push tonight, unless there is last minute discussion. Only users of the arguments changed here is Okteta (by what lxr.kde.org reports), which are my changes as well and partial motivation for this change.

Sep 6 2019, 3:14 PM · Build System, Frameworks
kossebau updated the diff for D23725: ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg.

For convenience still enable CONSTRUCTOR_ARGS_CODE, usually simple string
without ";"

Sep 6 2019, 3:04 PM · Build System, Frameworks

Sep 4 2019

kossebau added a dependent revision for D23725: ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg: D23726: Designer plugin: adapt to pre-release API change of ECMAddQtDesignerPlugin.
Sep 4 2019, 11:07 PM · Build System, Frameworks
kossebau requested review of D23725: ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg.
Sep 4 2019, 11:05 PM · Build System, Frameworks

Aug 29 2019

bcooksley updated subscribers of D23262: disable autouic again - it breaks builds.
Aug 29 2019, 7:14 PM · Build System, Frameworks
fusitter added a comment to D22805: set autorcc and autouic by default.

[spam comment removed by sysadmin]

Aug 29 2019, 3:57 PM · Build System, Frameworks
fusitter added a comment to D23262: disable autouic again - it breaks builds.
Aug 29 2019, 3:57 PM · Build System, Frameworks
fsitter added a comment to D23552: ECM: remove set_package_properties from FindCanberra.

[spam comment removed by sysadmin]

Aug 29 2019, 3:49 PM · Build System, Frameworks
dfaure abandoned D23552: ECM: remove set_package_properties from FindCanberra.

Ah, I didn't realize there was no warning if calling set_package_properties with different properties.

Aug 29 2019, 7:46 AM · Build System, Frameworks
krop added a comment to D23552: ECM: remove set_package_properties from FindCanberra.

I'd do the opposite, remove DESCRIPTION and URL from knotification's CMakeLists.txt and only leave the PURPOSE line.

Aug 29 2019, 5:59 AM · Build System, Frameworks

Aug 28 2019

kossebau added a comment to D23552: ECM: remove set_package_properties from FindCanberra.

Compare though all the

Ideally this is set already directly in the Find-module.

for DESCRIPTION and URL properties in the docs https://cmake.org/cmake/help/latest/module/FeatureSummary.html

Aug 28 2019, 11:51 PM · Build System, Frameworks
sitter added a comment to D23552: ECM: remove set_package_properties from FindCanberra.

No objections from me. This was explicitly suggested during review though, so I'd like @cgiboudeaux to approve this.

Aug 28 2019, 11:49 PM · Build System, Frameworks
dfaure requested review of D23552: ECM: remove set_package_properties from FindCanberra.
Aug 28 2019, 11:29 PM · Build System, Frameworks
arojas closed D23497: Keep 'lib' as default libdir on Arch Linux based systems.
Aug 28 2019, 5:45 AM · Build System, Frameworks
apol accepted D23497: Keep 'lib' as default libdir on Arch Linux based systems.
Aug 28 2019, 12:05 AM · Build System, Frameworks

Aug 27 2019

arojas requested review of D23497: Keep 'lib' as default libdir on Arch Linux based systems.
Aug 27 2019, 3:12 PM · Build System, Frameworks

Aug 25 2019

ngraham added a comment to D21695: Add FindTaglib.cmake.

@heikobecker ping!

Aug 25 2019, 3:13 PM · Build System, Frameworks

Aug 22 2019

daandemeyer abandoned D22699: Support passing target to ecm_qt_declare_logging_category.

KF6 is a long time out so I'm abandoning this.

Aug 22 2019, 7:53 AM · Build System, Frameworks