Adam Pigg skrev den 2016-11-12 14:52:
Port to kreport 3.1? Actually, dont do that as its not even ready. Im
trying to make the 3.1 release the one that is binary compatible into
the future, so, when it is ready I would recommend switching to 3.1.
When it ready, yes. It was made co-installable t
Port to kreport 3.1? Actually, dont do that as its not even ready. Im
trying to make the 3.1 release the one that is binary compatible into the
future, so, when it is ready I would recommend switching to 3.1.
What does macro_optional_find_package(KReport 3.0 QUIET) do?
On Sat, 12 Nov 2016 at 0
How to find the correct version of KReport?
Plan needs 3.0 and cannot use 3.1. I tried EXACT like this:
macro_optional_find_package(KReport 3.0.0 EXACT QUIET)
and this works but it would be nice to be able to find latest 3.0.x
Also jenkins uses latest KReport 3.1, so plan is not build atm.
How ca